new class
authorClaus Gittinger <cg@exept.de>
Wed, 14 May 2014 00:21:35 +0200
changeset 16428 c22252a5fecd
parent 16427 0680b1cec709
child 16429 f56b9d89649e
new class
Make.spec
--- a/Make.spec	Wed May 14 00:12:36 2014 +0200
+++ b/Make.spec	Wed May 14 00:21:35 2014 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.154 2014-04-16 22:33:30 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.155 2014-05-13 22:21:35 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -292,6 +292,7 @@
 	CharacterArray \
 	CharacterWriteStream \
 	Class \
+	ClassBuildWarning \
 	ContextError \
 	ConversionError \
 	DeepCopyError \
@@ -655,6 +656,7 @@
     $(OUTDIR_SLASH)CharacterArray.$(O) \
     $(OUTDIR_SLASH)CharacterWriteStream.$(O) \
     $(OUTDIR_SLASH)Class.$(O) \
+    $(OUTDIR_SLASH)ClassBuildWarning.$(O) \
     $(OUTDIR_SLASH)ContextError.$(O) \
     $(OUTDIR_SLASH)ConversionError.$(O) \
     $(OUTDIR_SLASH)DeepCopyError.$(O) \