diff options
author | Armin Weiss <aw@openoffice.org> | 2003-11-06 15:30:30 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2003-11-06 15:30:30 +0000 |
commit | fef23aeb65bed8951a90ed71beb1552b62cfce71 (patch) | |
tree | d2ee4fe2d735d77de4f1618ea6664042269a67fa /basegfx/source/point/makefile.mk | |
parent | 8db4a5314c1b74eba07f4f4e383fafa24239e1f1 (diff) |
Added tooling for PolyPolygon cutting and some more tooling at B2DPolygon and B2DPolyPolygon
Diffstat (limited to 'basegfx/source/point/makefile.mk')
-rw-r--r-- | basegfx/source/point/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/source/point/makefile.mk b/basegfx/source/point/makefile.mk index 6be5eace0c9c..639b03621b13 100644 --- a/basegfx/source/point/makefile.mk +++ b/basegfx/source/point/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: aw $ $Date: 2003-10-28 11:26:15 $ +# last change: $Author: aw $ $Date: 2003-11-06 16:30:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,7 +75,7 @@ TARGET=point # --- Files ------------------------------------- SLOFILES= \ - $(SLO)$/b3dpoint.obj \ + $(SLO)$/b2dpoint.obj \ $(SLO)$/b2dhompoint.obj \ $(SLO)$/b3dpoint.obj \ $(SLO)$/b3dhompoint.obj |