diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-04 15:03:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-04 15:03:56 +0000 |
commit | 3efe68473fb1d04b879f80fe175af3d52cbc1a15 (patch) | |
tree | d144cd15a7a117bce4f2b55d024490d152e21a44 /basegfx/source/tools | |
parent | eb55df8e5d203a316cf8c6199c1348bedc6bf4c2 (diff) |
INTEGRATION: CWS pdfimport (1.4.44); FILE MERGED
2008/01/25 08:32:18 akhva 1.4.44.1: #i80825# resync
Diffstat (limited to 'basegfx/source/tools')
-rwxr-xr-x | basegfx/source/tools/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basegfx/source/tools/makefile.mk b/basegfx/source/tools/makefile.mk index b54ef35f0bd1..4cbf38374e48 100755 --- a/basegfx/source/tools/makefile.mk +++ b/basegfx/source/tools/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: kz $ $Date: 2006-12-13 15:08:57 $ +# last change: $Author: kz $ $Date: 2008-04-04 16:03:56 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,8 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES= $(SLO)$/canvastools.obj \ $(SLO)$/debugplotter.obj \ $(SLO)$/liangbarsky.obj \ - $(SLO)$/tools.obj + $(SLO)$/tools.obj \ + $(SLO)$/unopolypolygon.obj # --- Targets ---------------------------------- |