Make.proto
changeset 17 61d5288444c4
parent 12 1c8e8c53e8cf
child 39 8948f4f5e216
--- a/Make.proto	Mon Dec 20 18:26:25 1993 +0100
+++ b/Make.proto	Sat Jan 08 18:21:13 1994 +0100
@@ -37,7 +37,8 @@
       EFGroup.$(O) VarHPanel.$(O)					\
       Slider.$(O) HSlider.$(O)						\
       DictInspV.$(O) DialogV.$(O) ProjectV.$(O) RetButton.$(O)		\
-      RButton.$(O) ArrButton.$(O)
+      OCInspView.$(O)							\
+      RButton.$(O) ArrButton.$(O) PopUpList.$(O)
 
 NEWOBJS= \
       TextContr.$(O) ETxtContr.$(O)
@@ -95,6 +96,7 @@
 	        RetButton.$(O)             \
 	        ArrButton.$(O)             \
 		Toggle.$(O)                \
+		PopUpList.$(O)             \
 	        ErrNotify.$(O)             \
 		LSelBox.$(O)		   \
 	        EnterBox2.$(O)
@@ -216,6 +218,7 @@
 Button.$(O):            Button.st $(LABEL)
 MenuButt.$(O):          MenuButt.st $(BUTTON)
 MtnButt.$(O):           MtnButt.st $(BUTTON)
+PopUpList.$(O):         PopUpList.st $(BUTTON)
 Toggle.$(O):            Toggle.st $(BUTTON)
 RButton.$(O):           RButton.st $(I)/Toggle.H $(BUTTON)
 RetButton.$(O):         RetButton.st $(BUTTON)
@@ -246,6 +249,7 @@
 InspView.$(O):          InspView.st $(VIEW)
 DictInspV.$(O):	        DictInspV.st $(I)/InspView.H $(VIEW)
 ConInspV.$(O):	        ConInspV.st $(I)/InspView.H $(VIEW)
+OCInspView.$(O):        OCInspView.st $(I)/InspView.H $(VIEW)
 DebugView.$(O):         DebugView.st $(STDSYSVIEW)
 Launcher.$(O):          Launcher.st $(STDSYSVIEW)
 ProjectV.$(O):          ProjectV.st $(STDSYSVIEW)