*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 28 Nov 2002 18:41:28 +0100
changeset 1353 d0634200e7c6
parent 1352 e9e91394ca1a
child 1354 66f7f6274f2f
*** empty log message ***
bc.mak
nt.mak
--- a/bc.mak	Tue Nov 26 17:19:10 2002 +0100
+++ b/bc.mak	Thu Nov 28 18:41:28 2002 +0100
@@ -2,7 +2,7 @@
 # DO NOT EDIT 
 # automatically generated from Make.proto (by make nt.mak)
 #
-# $Header: /cvs/stx/stx/libcomp/bc.mak,v 1.25 2002-10-02 13:01:38 cg Exp $
+# $Header: /cvs/stx/stx/libcomp/bc.mak,v 1.26 2002-11-28 17:41:28 cg Exp $
 #
 TOP=..
 #
@@ -24,6 +24,7 @@
   $(OUTDIR)Scanner.$(O) \
   $(OUTDIR)Parser.$(O) \
   $(OUTDIR)ByteCodeCompiler.$(O) \
+  $(OUTDIR)CompilationErrorHandler.$(O) \
   $(OUTDIR)Explainer.$(O) \
   $(OUTDIR)ProgramNodeEnumerator.$(O) \
   $(OUTDIR)Variable.$(O) \
--- a/nt.mak	Tue Nov 26 17:19:10 2002 +0100
+++ b/nt.mak	Thu Nov 28 18:41:28 2002 +0100
@@ -2,7 +2,7 @@
 # DO NOT EDIT 
 # automatically generated from Make.proto (by make nt.mak)
 #
-# $Header: /cvs/stx/stx/libcomp/Attic/nt.mak,v 1.25 2002-10-02 13:01:38 cg Exp $
+# $Header: /cvs/stx/stx/libcomp/Attic/nt.mak,v 1.26 2002-11-28 17:41:28 cg Exp $
 #
 TOP=..
 #
@@ -24,6 +24,7 @@
   $(OUTDIR)Scanner.$(O) \
   $(OUTDIR)Parser.$(O) \
   $(OUTDIR)ByteCodeCompiler.$(O) \
+  $(OUTDIR)CompilationErrorHandler.$(O) \
   $(OUTDIR)Explainer.$(O) \
   $(OUTDIR)ProgramNodeEnumerator.$(O) \
   $(OUTDIR)Variable.$(O) \