summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basegfx/util/makefile.mk17
1 files changed, 10 insertions, 7 deletions
diff --git a/basegfx/util/makefile.mk b/basegfx/util/makefile.mk
index 5528c1554a9c..fe7f06a45b05 100644
--- a/basegfx/util/makefile.mk
+++ b/basegfx/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: thb $ $Date: 2003-10-17 12:32:55 $
+# last change: $Author: aw $ $Date: 2003-10-28 11:15:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,9 +73,14 @@ TARGET=basegfx
LIB1TARGET=$(SLB)$/basegfx.lib
LIB1FILES=\
- $(SLB)$/base1d.lib \
- $(SLB)$/base2d.lib \
- $(SLB)$/base3d.lib
+ $(SLB)$/curve.lib \
+ $(SLB)$/matrix.lib \
+ $(SLB)$/numeric.lib \
+ $(SLB)$/point.lib \
+ $(SLB)$/polygon.lib \
+ $(SLB)$/range.lib \
+ $(SLB)$/tuple.lib \
+ $(SLB)$/vector.lib
SHL1TARGET= basegfx$(UPD)$(DLLPOSTFIX)
SHL1IMPLIB= ibasegfx
@@ -105,5 +110,3 @@ DEFLIB1NAME =basegfx
$(MISC)$/$(SHL1TARGET).flt : makefile.mk
@+$(TYPE) $(TARGET).flt > $@
-
-