*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 05 Feb 1998 20:57:39 +0100
changeset 599 bfac1ab2fd62
parent 598 fba415c8cf52
child 600 82bca69d8d37
*** empty log message ***
Make.proto
--- a/Make.proto	Thu Feb 05 20:12:52 1998 +0100
+++ b/Make.proto	Thu Feb 05 20:57:39 1998 +0100
@@ -44,7 +44,10 @@
 	UIPainter.$(O) \
 	UIPainterView.$(O) \
 	UISelectionPanel.$(O) \
-	UISpecificationTool.$(O)
+	UISpecificationTool.$(O) \
+	SelectionBrowser.$(O) \
+	FileSelectionBrowser.$(O) \
+	ResourceSelectionBrowser.$(O)
 
 cleanjunk::
 	    -rm -f *.c *.H
@@ -71,9 +74,12 @@
 InspectorView.$(O): InspectorView.st $(STCHDR)
 InspectorPanelView.$(O): InspectorPanelView.st $(STCHDR)
 ColorMenu.$(O): ColorMenu.st $(STCHDR)
+FileSelectionBrowser.$(O): FileSelectionBrowser.st $(STCHDR)
 FontMenu.$(O): FontMenu.st $(STCHDR)
 MenuEditor.$(O): MenuEditor.st $(STCHDR)
 ResourceRetriever.$(O): ResourceRetriever.st $(STCHDR)
+ResourceSelectionBrowser.$(O): ResourceSelectionBrowser.st $(STCHDR)
+SelectionBrowser.$(O): SelectionBrowser.st $(STCHDR)
 UIGalleryView.$(O): UIGalleryView.st $(STCHDR)
 UIHelpTool.$(O): UIHelpTool.st $(STCHDR)
 UILayoutTool.$(O): UILayoutTool.st $(STCHDR)