summaryrefslogtreecommitdiff
path: root/basegfx/util
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2003-10-28 10:15:10 +0000
committerArmin Weiss <aw@openoffice.org>2003-10-28 10:15:10 +0000
commit999a109d17bdce1000f7a69417de51668334c7fc (patch)
tree131675ccb131a6e8efa823b887c1722df7f010fa /basegfx/util
parenta441d1bb01cce3bab9776efd9a145e95b7d56617 (diff)
basegfx reorganization
Diffstat (limited to 'basegfx/util')
-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 > $@
-
-