diff -r 0afd85e27240 -r 195cb7061d4b 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