# HG changeset patch # User Claus Gittinger # Date 1062087828 -7200 # Node ID c2548c16e7b109661daab8e9ad146b5bab6d4849 # Parent 624bb6836f0d8364da2e9dc63b5bbb4c31b5e8b8 *** empty log message *** diff -r 624bb6836f0d -r c2548c16e7b1 Make.proto --- 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) diff -r 624bb6836f0d -r c2548c16e7b1 libInit.cc --- 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__(); }