diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:35:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:35:19 +0000 |
commit | 2cf6a3140a24923e81d1a325c0c9def34cd2e794 (patch) | |
tree | e3d3c5b51477a8ad050a02b1bc5090154e935683 /vcl/util | |
parent | a2d7553687edc9b8b3f698aea55a123039e4703a (diff) |
INTEGRATION: CWS canvas02 (1.69.18); FILE MERGED
2005/10/17 12:34:37 thb 1.69.18.3: RESYNC: (1.74-1.75); FILE MERGED
2005/10/09 08:51:22 thb 1.69.18.2: RESYNC: (1.69-1.74); FILE MERGED
2005/09/15 15:32:22 hdu 1.69.18.1: #125760# add GetTextOutline with basegfx polygon result
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index 5b1fe3c56852..1c5b12f0671d 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.75 $ +# $Revision: 1.76 $ # -# last change: $Author: obo $ $Date: 2005-10-13 09:37:37 $ +# last change: $Author: kz $ $Date: 2005-11-02 13:35:19 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -171,6 +171,7 @@ SHL1STDLIBS+=\ $(CPPULIB) \ $(VOSLIB) \ $(SALLIB) \ + $(BASEGFXLIB) \ $(ICUUCLIB) \ $(ICULELIB) \ $(JVMACCESSLIB) |