Make.spec
changeset 2389 8a1932f2c2b2
parent 2381 cf74ad2e58e9
child 2400 3e1ef51fdae8
--- a/Make.spec	Fri Dec 11 10:29:03 2009 +0100
+++ b/Make.spec	Fri Dec 11 10:29:06 2009 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.70 2009-12-11 09:26:47 cg Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.71 2009-12-11 09:29:06 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libbasic2.
@@ -52,7 +52,6 @@
 COMMON_CLASSES= \
 	ActorStream \
 	Archiver \
-	ArrowedSpline \
 	BaseNCoder \
 	Bezier \
 	Bezier2Segment \
@@ -97,6 +96,7 @@
 	SocketAddressInfo \
 	SoundStream \
 	Spline \
+	ArrowedSpline \
 	Stack \
 	Text \
 	TextStream \
@@ -157,7 +157,6 @@
 COMMON_OBJS= \
     $(OUTDIR)ActorStream.$(O) \
     $(OUTDIR)Archiver.$(O) \
-    $(OUTDIR)ArrowedSpline.$(O) \
     $(OUTDIR)BaseNCoder.$(O) \
     $(OUTDIR)Bezier.$(O) \
     $(OUTDIR)Bezier2Segment.$(O) \
@@ -202,6 +201,7 @@
     $(OUTDIR)SocketAddressInfo.$(O) \
     $(OUTDIR)SoundStream.$(O) \
     $(OUTDIR)Spline.$(O) \
+    $(OUTDIR)ArrowedSpline.$(O) \
     $(OUTDIR)Stack.$(O) \
     $(OUTDIR)Text.$(O) \
     $(OUTDIR)TextStream.$(O) \