diff options
author | Thorsten Behrens <thb@openoffice.org> | 2004-02-24 21:10:45 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2004-02-24 21:10:45 +0000 |
commit | ea8c622450a59641b2f7af9809182fc490f89672 (patch) | |
tree | 21744d3ff154d8e2eba52d134e3895bf0c5bee9d /basegfx | |
parent | da430538da14849174861ee4fb3e2d2a2fcfb7b2 (diff) |
#110496# Added tools lib to dll
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 e2a55db15595..c4d737e99fb5 100644 --- a/basegfx/util/makefile.mk +++ b/basegfx/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: aw $ $Date: 2003-11-26 14:40:18 $ +# last change: $Author: thb $ $Date: 2004-02-24 22:10:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,6 +80,7 @@ LIB1FILES=\ $(SLB)$/polygon.lib \ $(SLB)$/range.lib \ $(SLB)$/tuple.lib \ + $(SLB)$/tools.lib \ $(SLB)$/vector.lib SHL1TARGET= basegfx$(UPD)$(DLLPOSTFIX) |