diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:08:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:08:57 +0000 |
commit | 9d0c5638f7f601e4109afc1df25070db04c28de5 (patch) | |
tree | b756711a3d9d31bbe78176c6edd8536a216074ba /basegfx/source/tools | |
parent | d39e6a9f7e1e3c436779366cedfefeea543c7af7 (diff) |
INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED
2006/03/15 16:10:53 thb 1.3.18.1: #i49357# Added SVG-D export method for basegfx poly-polygons; added DebugPlotter for textual polygon/rect/point output
Diffstat (limited to 'basegfx/source/tools')
-rwxr-xr-x | basegfx/source/tools/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basegfx/source/tools/makefile.mk b/basegfx/source/tools/makefile.mk index e838f80c7b1e..b54ef35f0bd1 100755 --- a/basegfx/source/tools/makefile.mk +++ b/basegfx/source/tools/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-07 20:51:40 $ +# last change: $Author: kz $ $Date: 2006-12-13 15:08:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,6 +46,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Files ------------------------------------- SLOFILES= $(SLO)$/canvastools.obj \ + $(SLO)$/debugplotter.obj \ $(SLO)$/liangbarsky.obj \ $(SLO)$/tools.obj |