Make.spec
changeset 5378 1a81e125327f
parent 5308 32b2d51b9fdb
child 5400 e7417dc7cdb0
--- a/Make.spec	Fri Oct 23 14:28:25 2009 +0200
+++ b/Make.spec	Fri Oct 23 14:28:27 2009 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libview/Make.spec,v 1.35 2009-08-03 10:11:38 cg Exp $
+# $Header: /cvs/stx/stx/libview/Make.spec,v 1.36 2009-10-23 12:28:27 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libview.
@@ -54,7 +54,7 @@
 
 
 COMMON_OBJS= \
-    $(OUTDIR)Border.$(O) \
+    $(OUTDIR)AbstractBorder.$(O) \
     $(OUTDIR)Color.$(O) \
     $(OUTDIR)Colormap.$(O) \
     $(OUTDIR)ColorPalette.$(O) \
@@ -104,5 +104,7 @@
     $(OUTDIR)stx_libview.$(O) \
     $(OUTDIR)Depth48Image.$(O) \
     $(OUTDIR)Depth64Image.$(O) \
+    $(OUTDIR)Border.$(O) \
+    $(OUTDIR)SimpleBorder.$(O) \