diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-13 17:01:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-13 17:01:01 +0000 |
commit | a623f6a1c027aafa5ca565be95c2ba5c33914440 (patch) | |
tree | a8312fdeea1878c7356d9edd970d8ac988c902a0 /basegfx | |
parent | a6475b460de25ca29c977eeb2125294b31a49ee1 (diff) |
INTEGRATION: CWS presperf01 (1.1.40); FILE MERGED
2004/12/17 22:37:36 thb 1.1.40.1: #i36093# Added createPolygonFromEllipse(), mapped createPolygonFromCircle to that. Added some more files in source/tools
Diffstat (limited to 'basegfx')
-rwxr-xr-x | basegfx/source/tools/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basegfx/source/tools/makefile.mk b/basegfx/source/tools/makefile.mk index 6c6a33156d0c..611dda415062 100755 --- a/basegfx/source/tools/makefile.mk +++ b/basegfx/source/tools/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: thb $ $Date: 2004-02-24 21:45:29 $ +# last change: $Author: kz $ $Date: 2005-01-13 18:01:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,7 +72,9 @@ ENABLE_EXCEPTIONS=TRUE # --- Files ------------------------------------- -SLOFILES= $(SLO)$/canvastools.obj +SLOFILES= $(SLO)$/canvastools.obj \ + $(SLO)$/liangbarsky.obj \ + $(SLO)$/tools.obj # --- Targets ---------------------------------- |