diff options
author | Armin Weiss <aw@openoffice.org> | 2003-02-19 15:14:55 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2003-02-19 15:14:55 +0000 |
commit | 9989fa5fb4f20768b2e20a5c6c62fc04932259ce (patch) | |
tree | 14e8693ed7c94776ced36bd7c9e3c6eae2cdbd9c /basegfx | |
parent | 3ccba9c56a1d8d13a81e272f39160b38832f9051 (diff) |
Changed Range implementations to use local members now.
Diffstat (limited to 'basegfx')
-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 |