diff options
-rw-r--r-- | basegfx/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basegfx/util/makefile.mk b/basegfx/util/makefile.mk index 6f2b28ca53b2..9bef9deb7567 100644 --- a/basegfx/util/makefile.mk +++ b/basegfx/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: aw $ $Date: 2002-12-05 17:19:48 $ +# last change: $Author: aw $ $Date: 2003-02-19 16:14:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,6 +73,7 @@ TARGET=basegfx LIB1TARGET=$(SLB)$/basegfx.lib LIB1FILES=\ + $(SLB)$/base1d.lib \ $(SLB)$/base2d.lib \ $(SLB)$/base3d.lib |