# HG changeset patch # User Claus Gittinger # Date 1330606396 -3600 # Node ID 204e77eae2d30706dac93e46f75a32e47408b515 # Parent 9fdd8832d8712de6fcc7093becd675db3b3b6b4d automatically generated by browser diff -r 9fdd8832d871 -r 204e77eae2d3 Make.spec --- a/Make.spec Wed Feb 29 13:49:20 2012 +0100 +++ b/Make.spec Thu Mar 01 13:53:16 2012 +0100 @@ -1,7 +1,7 @@ -# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.126 2012-01-24 16:51:55 cg Exp $ +# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.127 2012-03-01 12:53:16 cg Exp $ # # DO NOT EDIT -# automagically generated from the projectDefinition: stx_libbasic at 2012-01-24 17:16:17.029. +# automagically generated from the projectDefinition: stx_libbasic at 2012-03-01 13:51:23.335. # # Warning: once you modify this file, do not rerun # stmkmp or projectDefinition-build again - otherwise, your changes are lost. @@ -18,7 +18,7 @@ # Argument(s) to the stc compiler (stc --usage). -# --headerDir=. : create header files locally +# -headerDir=. : create header files locally # (if removed, they will be created as common # -Pxxx : defines the package # -Zxxx : a prefix for variables within the classLib @@ -49,11 +49,6 @@ # STCWARNINGS=-warnEOLComments STCWARNINGS=-warnNonStandard -UNIX_CLASSES= \ - UnixFileDescriptorHandle \ - UnixFileHandle \ - UnixOperatingSystem \ - COMMON_CLASSES= \ Autoload \ Object \ @@ -76,14 +71,12 @@ Filename \ GenericException \ Geometric \ - Magnitude \ InlineObject \ InterestConverter \ Link \ Lookup \ - ArithmeticValue \ + Magnitude \ Message \ - Number \ MiniDebugger \ MiniInspector \ NameSpace \ @@ -102,8 +95,6 @@ SharedPool \ Signal \ Smalltalk \ - MetaNumber \ - SomeNumber \ StandaloneStartup \ Stream \ SystemChangeNotifier \ @@ -112,6 +103,7 @@ Visitor \ AbstractTime \ ApplicationDefinition \ + ArithmeticValue \ AspectVisitor \ AutoDeletedFilename \ Bag \ @@ -152,7 +144,8 @@ UnixFilename \ WeakInterestConverter \ ArrayedCollection \ - AbstractNumberVector \ + UninterpretedBytes \ + UninterpretedBytes \ Association \ Block \ CharacterEncoderImplementations::ASCII \ @@ -162,7 +155,6 @@ CharacterEncoderImplementations::ISO8859_2 \ CharacterEncoderImplementations::ISO8859_5 \ CharacterEncoderImplementations::ISO8859_7 \ - CharacterEncoderImplementations::JIS0208_to_SJIS \ CharacterEncoderImplementations::MS_Ansi \ ClassDescription \ ControlRequest \ @@ -178,6 +170,9 @@ MD5Stream \ Method \ MethodDictionary \ + Number \ + MetaNumber \ + SomeNumber \ Infinity \ OSFileHandle \ ObjectCoder \ @@ -203,7 +198,7 @@ CheapBlock \ Class \ ClassBuildError \ - DoubleArray \ + AbstractNumberVector \ ElementBoundsError \ FileDirectory \ FloatArray \ @@ -228,7 +223,7 @@ SortedCollection \ StringCollection \ TerminateProcessRequest \ - UninterpretedBytes \ + DoubleArray \ UserConfirmation \ UserInformation \ VMInternalError \ @@ -365,11 +360,6 @@ -UNIX_OBJS= \ - $(OUTDIR)UnixFileDescriptorHandle.$(O) \ - $(OUTDIR)UnixFileHandle.$(O) \ - $(OUTDIR)UnixOperatingSystem.$(O) \ - COMMON_OBJS= \ $(OUTDIR)Autoload.$(O) \ $(OUTDIR)Object.$(O) \ @@ -392,14 +382,12 @@ $(OUTDIR)Filename.$(O) \ $(OUTDIR)GenericException.$(O) \ $(OUTDIR)Geometric.$(O) \ - $(OUTDIR)Magnitude.$(O) \ $(OUTDIR)InlineObject.$(O) \ $(OUTDIR)InterestConverter.$(O) \ $(OUTDIR)Link.$(O) \ $(OUTDIR)Lookup.$(O) \ - $(OUTDIR)ArithmeticValue.$(O) \ + $(OUTDIR)Magnitude.$(O) \ $(OUTDIR)Message.$(O) \ - $(OUTDIR)Number.$(O) \ $(OUTDIR)MiniDebugger.$(O) \ $(OUTDIR)MiniInspector.$(O) \ $(OUTDIR)NameSpace.$(O) \ @@ -418,8 +406,6 @@ $(OUTDIR)SharedPool.$(O) \ $(OUTDIR)Signal.$(O) \ $(OUTDIR)Smalltalk.$(O) \ - $(OUTDIR)MetaNumber.$(O) \ - $(OUTDIR)SomeNumber.$(O) \ $(OUTDIR)StandaloneStartup.$(O) \ $(OUTDIR)Stream.$(O) \ $(OUTDIR)SystemChangeNotifier.$(O) \ @@ -428,6 +414,7 @@ $(OUTDIR)Visitor.$(O) \ $(OUTDIR)AbstractTime.$(O) \ $(OUTDIR)ApplicationDefinition.$(O) \ + $(OUTDIR)ArithmeticValue.$(O) \ $(OUTDIR)AspectVisitor.$(O) \ $(OUTDIR)AutoDeletedFilename.$(O) \ $(OUTDIR)Bag.$(O) \ @@ -468,7 +455,8 @@ $(OUTDIR)UnixFilename.$(O) \ $(OUTDIR)WeakInterestConverter.$(O) \ $(OUTDIR)ArrayedCollection.$(O) \ - $(OUTDIR)AbstractNumberVector.$(O) \ + $(OUTDIR)UninterpretedBytes.$(O) \ + $(OUTDIR)UninterpretedBytes.$(O) \ $(OUTDIR)Association.$(O) \ $(OUTDIR)Block.$(O) \ $(OUTDIR)Encoder_ASCII.$(O) \ @@ -478,7 +466,6 @@ $(OUTDIR)Encoder_ISO8859_2.$(O) \ $(OUTDIR)Encoder_ISO8859_5.$(O) \ $(OUTDIR)Encoder_ISO8859_7.$(O) \ - $(OUTDIR)Encoder_SJIS.$(O) \ $(OUTDIR)Encoder_MS_Ansi.$(O) \ $(OUTDIR)ClassDescription.$(O) \ $(OUTDIR)ControlRequest.$(O) \ @@ -494,6 +481,9 @@ $(OUTDIR)MD5Stream.$(O) \ $(OUTDIR)Method.$(O) \ $(OUTDIR)MethodDictionary.$(O) \ + $(OUTDIR)Number.$(O) \ + $(OUTDIR)MetaNumber.$(O) \ + $(OUTDIR)SomeNumber.$(O) \ $(OUTDIR)Infinity.$(O) \ $(OUTDIR)OSFileHandle.$(O) \ $(OUTDIR)ObjectCoder.$(O) \ @@ -519,7 +509,7 @@ $(OUTDIR)CheapBlock.$(O) \ $(OUTDIR)Class.$(O) \ $(OUTDIR)ClassBuildError.$(O) \ - $(OUTDIR)DoubleArray.$(O) \ + $(OUTDIR)AbstractNumberVector.$(O) \ $(OUTDIR)ElementBoundsError.$(O) \ $(OUTDIR)FileDirectory.$(O) \ $(OUTDIR)FloatArray.$(O) \ @@ -544,7 +534,7 @@ $(OUTDIR)SortedCollection.$(O) \ $(OUTDIR)StringCollection.$(O) \ $(OUTDIR)TerminateProcessRequest.$(O) \ - $(OUTDIR)UninterpretedBytes.$(O) \ + $(OUTDIR)DoubleArray.$(O) \ $(OUTDIR)UserConfirmation.$(O) \ $(OUTDIR)UserInformation.$(O) \ $(OUTDIR)VMInternalError.$(O) \ @@ -677,3 +667,6 @@ $(OUTDIR)Win32FILEHandle.$(O) \ $(OUTDIR)Win32Constants.$(O) \ $(OUTDIR)Win32OperatingSystem.$(O) \ + + +