*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 23 Feb 1998 16:05:06 +0100
changeset 668 195cb7061d4b
parent 667 0afd85e27240
child 669 1f5b2d936bcf
*** empty log message ***
bc.mak
make.bat
nt.mak
--- a/bc.mak	Mon Feb 23 14:38:22 1998 +0100
+++ b/bc.mak	Mon Feb 23 16:05:06 1998 +0100
@@ -14,36 +14,22 @@
 ALL: $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll
 
 OBJS= \
-	ColorMenu.$(O)	\
-	FontMenu.$(O)		\
-	Slider.$(O)		\
-	HSlider.$(O)		\
-	LEnterFld.$(O)		\
-	FNmEntrBox.$(O)		\
-	FNmEdtFld.$(O)		\
-	CheckBox.$(O)		\
-	Separator.$(O)		\
-	SubCanvas.$(O)		\
-	TabSpec.$(O)		\
-	TabSpecRuler.$(O)	\
-	TabView.$(O)		\
-	TabWidget.$(O)		\
-	MenuPanel.$(O)		\
-	SelInTree.$(O)		\
-	SelTreeV.$(O)		\
-	SelHier.$(O)		\
-	HierNode.$(O)		\
-	TreeItem.$(O)		\
-	  FileSelectionItem.$(O)  \
-	FileSelectionTree.$(O)	\
-	NoteBookView.$(O)	\
-	ComboView.$(O)		\
-	  ComboListV.$(O)	\
-	  ComboBoxV.$(O)	\
-	ComboBoxButton.$(O)	\
-	ListEntry.$(O)		\
-	  LabelAndIcon.$(O)	\
-	  ClrListEntry.$(O)	\
-	  MCLEntry.$(O)
+	ColorMenu.$(O) \
+	FontMenu.$(O) \
+	MenuEditor.$(O) \
+	ResourceRetriever.$(O) \
+	UIGalleryView.$(O) \
+	UIHelpTool.$(O) \
+	UILayoutTool.$(O) \
+	UIObjectView.$(O) \
+	UIPainter.$(O) \
+	UIPainterView.$(O) \
+	UISelectionPanel.$(O) \
+	UISpecificationTool.$(O) \
+	SelectionBrowser.$(O) \
+	FileSelectionBrowser.$(O) \
+	ResourceSelectionBrowser.$(O)
+
+$(OBJS): $(INCLUDE)\SimpleView.STH
 
 !INCLUDE $(TOP)\rules\stdRules_nt
--- a/make.bat	Mon Feb 23 14:38:22 1998 +0100
+++ b/make.bat	Mon Feb 23 16:05:06 1998 +0100
@@ -1,1 +1,3 @@
-nmake /nologo -f nt.mak
+nmake /nologo -f nt.mak
+
+
--- a/nt.mak	Mon Feb 23 14:38:22 1998 +0100
+++ b/nt.mak	Mon Feb 23 16:05:06 1998 +0100
@@ -14,36 +14,22 @@
 ALL: $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll
 
 OBJS= \
-	ColorMenu.$(O)	\
-	FontMenu.$(O)		\
-	Slider.$(O)		\
-	HSlider.$(O)		\
-	LEnterFld.$(O)		\
-	FNmEntrBox.$(O)		\
-	FNmEdtFld.$(O)		\
-	CheckBox.$(O)		\
-	Separator.$(O)		\
-	SubCanvas.$(O)		\
-	TabSpec.$(O)		\
-	TabSpecRuler.$(O)	\
-	TabView.$(O)		\
-	TabWidget.$(O)		\
-	MenuPanel.$(O)		\
-	SelInTree.$(O)		\
-	SelTreeV.$(O)		\
-	SelHier.$(O)		\
-	HierNode.$(O)		\
-	TreeItem.$(O)		\
-	  FileSelectionItem.$(O)  \
-	FileSelectionTree.$(O)	\
-	NoteBookView.$(O)	\
-	ComboView.$(O)		\
-	  ComboListV.$(O)	\
-	  ComboBoxV.$(O)	\
-	ComboBoxButton.$(O)	\
-	ListEntry.$(O)		\
-	  LabelAndIcon.$(O)	\
-	  ClrListEntry.$(O)	\
-	  MCLEntry.$(O)
+	ColorMenu.$(O) \
+	FontMenu.$(O) \
+	MenuEditor.$(O) \
+	ResourceRetriever.$(O) \
+	UIGalleryView.$(O) \
+	UIHelpTool.$(O) \
+	UILayoutTool.$(O) \
+	UIObjectView.$(O) \
+	UIPainter.$(O) \
+	UIPainterView.$(O) \
+	UISelectionPanel.$(O) \
+	UISpecificationTool.$(O) \
+	SelectionBrowser.$(O) \
+	FileSelectionBrowser.$(O) \
+	ResourceSelectionBrowser.$(O)
+
+$(OBJS): $(INCLUDE)\SimpleView.STH
 
 !INCLUDE $(TOP)\rules\stdRules_nt