*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 28 Aug 2003 18:23:48 +0200
changeset 5129 c2548c16e7b1
parent 5128 624bb6836f0d
child 5130 ac3a20f22dce
*** empty log message ***
Make.proto
libInit.cc
--- a/Make.proto	Thu Aug 28 18:15:54 2003 +0200
+++ b/Make.proto	Thu Aug 28 18:23:48 2003 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.87 2003-08-28 16:15:54 cg Exp $
+# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.88 2003-08-28 16:23:48 cg Exp $
 
 # -------------- no need to change anything below ----------
 
@@ -88,7 +88,8 @@
 	AboutBox.$(O)                       \
 	WorkspaceApplication.$(O)           \
 	VersionDiffBrowser.$(O)             \
-	DiffTextView.$(O)             \
+	DiffTextView.$(O)                   \
+	CodeGeneratorTool.$(O)              \
 	$(LIBTOOL_PACKAGE_OBJS)             \
 	$(DIRBROWSER_OBJ)
 
--- a/libInit.cc	Thu Aug 28 18:15:54 2003 +0200
+++ b/libInit.cc	Thu Aug 28 18:23:48 2003 +0200
@@ -50,5 +50,6 @@
 _WorkspaceApplication_Init(pass,__pRT__,snd);
 _VersionDiffBrowser_Init(pass,__pRT__,snd);
 _DiffTextView_Init(pass,__pRT__,snd);
+_CodeGeneratorTool_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }