vms.mak
changeset 522 02970de98055
parent 516 a0ee182777bc
child 526 60450cd8c6fb
--- a/vms.mak	Sat Sep 06 20:34:19 1997 +0200
+++ b/vms.mak	Sat Sep 06 20:37:21 1997 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libwidg2/vms.mak,v 1.1 1997-09-04 21:19:57 cg Exp $
+# $Header: /cvs/stx/stx/libwidg2/vms.mak,v 1.2 1997-09-06 18:37:21 cg Exp $
 #
 
 LIBNAME=libwidg2
@@ -28,6 +28,7 @@
 		ComboView.$(O) 		\
 		  ComboBoxV.$(O) 	\
 		  ComboListV.$(O) 	\
+		ComboBoxButton.$(O)	\
 		MenuPanel.$(O)		\
 		SelTreeV.$(O)		\
 		SelInTree.$(O)		\
@@ -38,7 +39,7 @@
 
 theLib:   $(LIBNAME).olb
 	$(MAKE) objs
-	$(MAKE) vmsLibInit
+	$(MAKE) libinit
 	write sys$output "classLibrary $(LIBNAME).olb made."
 
 $(LIBNAME).olb: