Manually fixed Make.spec to compile
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 14 Feb 2014 21:53:09 +0100
changeset 16045 6c4a4d015cb9
parent 16044 54ab71d194f2
child 16046 f4fae3f5cdd6
Manually fixed Make.spec to compile
Make.spec
--- a/Make.spec	Fri Feb 14 17:35:50 2014 +0100
+++ b/Make.spec	Fri Feb 14 21:53:09 2014 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.149 2014-02-13 18:46:55 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.150 2014-02-14 20:53:09 vrany Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -73,7 +73,6 @@
 	ClassBuilder \
 	ClassCategoryReader \
 	CmdLineOption \
-	CmdLineOptionError \
 	CmdLineParser \
 	Collection \
 	ConfigurableFeatures \
@@ -95,7 +94,6 @@
 	MiniDebugger \
 	MiniInspector \
 	MiniLogger \
-	NaiveRomanNumberFormatNotification \
 	NameSpace \
 	OSErrorHolder \
 	OSProcess \
@@ -119,7 +117,6 @@
 	UndefinedObject \
 	UserMessage \
 	Visitor \
-	WeakValueIdentityDictionary \
 	AbstractTime \
 	ApplicationDefinition \
 	ArithmeticValue \
@@ -149,6 +146,7 @@
 	NamespaceAwareLookup \
 	NoHandlerError \
 	Notification \
+	NaiveRomanNumberFormatNotification \
 	OSHandle \
 	PeekableStream \
 	Process \
@@ -201,6 +199,7 @@
 	EncodedStream \
 	EndOfStreamNotification \
 	Error \
+	CmdLineOptionError \
 	ExternalFunctionCallback \
 	ExternalLibraryFunction \
 	HaltInterrupt \
@@ -246,6 +245,7 @@
 	Fraction \
 	GetOpt \
 	IdentityDictionary \
+	WeakValueIdentityDictionary \
 	InlineObjectClassDescription \
 	Integer \
 	Interval \
@@ -433,7 +433,6 @@
     $(OUTDIR_SLASH)ClassBuilder.$(O) \
     $(OUTDIR_SLASH)ClassCategoryReader.$(O) \
     $(OUTDIR_SLASH)CmdLineOption.$(O) \
-    $(OUTDIR_SLASH)CmdLineOptionError.$(O) \
     $(OUTDIR_SLASH)CmdLineParser.$(O) \
     $(OUTDIR_SLASH)Collection.$(O) \
     $(OUTDIR_SLASH)ConfigurableFeatures.$(O) \
@@ -455,7 +454,6 @@
     $(OUTDIR_SLASH)MiniDebugger.$(O) \
     $(OUTDIR_SLASH)MiniInspector.$(O) \
     $(OUTDIR_SLASH)MiniLogger.$(O) \
-    $(OUTDIR_SLASH)NaiveRomanNumberFormatNotification.$(O) \
     $(OUTDIR_SLASH)NameSpace.$(O) \
     $(OUTDIR_SLASH)OSErrorHolder.$(O) \
     $(OUTDIR_SLASH)OSProcess.$(O) \
@@ -479,7 +477,6 @@
     $(OUTDIR_SLASH)UndefinedObject.$(O) \
     $(OUTDIR_SLASH)UserMessage.$(O) \
     $(OUTDIR_SLASH)Visitor.$(O) \
-    $(OUTDIR_SLASH)WeakValueIdentityDictionary.$(O) \
     $(OUTDIR_SLASH)AbstractTime.$(O) \
     $(OUTDIR_SLASH)ApplicationDefinition.$(O) \
     $(OUTDIR_SLASH)ArithmeticValue.$(O) \
@@ -509,6 +506,7 @@
     $(OUTDIR_SLASH)NamespaceAwareLookup.$(O) \
     $(OUTDIR_SLASH)NoHandlerError.$(O) \
     $(OUTDIR_SLASH)Notification.$(O) \
+    $(OUTDIR_SLASH)NaiveRomanNumberFormatNotification.$(O) \
     $(OUTDIR_SLASH)OSHandle.$(O) \
     $(OUTDIR_SLASH)PeekableStream.$(O) \
     $(OUTDIR_SLASH)Process.$(O) \
@@ -561,6 +559,7 @@
     $(OUTDIR_SLASH)EncodedStream.$(O) \
     $(OUTDIR_SLASH)EndOfStreamNotification.$(O) \
     $(OUTDIR_SLASH)Error.$(O) \
+    $(OUTDIR_SLASH)CmdLineOptionError.$(O) \
     $(OUTDIR_SLASH)ExternalFunctionCallback.$(O) \
     $(OUTDIR_SLASH)ExternalLibraryFunction.$(O) \
     $(OUTDIR_SLASH)HaltInterrupt.$(O) \
@@ -606,6 +605,7 @@
     $(OUTDIR_SLASH)Fraction.$(O) \
     $(OUTDIR_SLASH)GetOpt.$(O) \
     $(OUTDIR_SLASH)IdentityDictionary.$(O) \
+    $(OUTDIR_SLASH)WeakValueIdentityDictionary.$(O) \
     $(OUTDIR_SLASH)InlineObjectClassDescription.$(O) \
     $(OUTDIR_SLASH)Integer.$(O) \
     $(OUTDIR_SLASH)Interval.$(O) \