summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:04:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:04:37 +0000
commit45a0353abe648531d6535137ac83b8212afd4086 (patch)
tree72eceb55d26286540036be30573ffd7b9185b552 /basegfx/source/polygon/makefile.mk
parent9d1ddac7b8041c2945b692c42371e3f60d9c0d2a (diff)
INTEGRATION: CWS aw033 (1.8.2); FILE MERGED
2008/05/14 14:40:07 aw 1.8.2.6: RESYNC: (1.10-1.11); FILE MERGED 2007/12/12 13:15:27 aw 1.8.2.5: #i39532# clipping changes 2007/12/12 13:13:34 aw 1.8.2.4: #i39532# clipping changes 2006/09/26 14:51:16 aw 1.8.2.3: RESYNC: (1.9-1.10); FILE MERGED 2006/05/12 11:36:08 aw 1.8.2.2: code changes for primitive support 2005/10/28 11:24:16 aw 1.8.2.1: #i39532#
Diffstat (limited to 'basegfx/source/polygon/makefile.mk')
-rw-r--r--basegfx/source/polygon/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/basegfx/source/polygon/makefile.mk b/basegfx/source/polygon/makefile.mk
index 2f49850eb55f..b2da44250e66 100644
--- a/basegfx/source/polygon/makefile.mk
+++ b/basegfx/source/polygon/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
# This file is part of OpenOffice.org.
#
@@ -58,7 +58,8 @@ SLOFILES= \
$(SLO)$/b3dpolygon.obj \
$(SLO)$/b3dpolygontools.obj \
$(SLO)$/b3dpolypolygon.obj \
- $(SLO)$/b3dpolypolygontools.obj
+ $(SLO)$/b3dpolypolygontools.obj \
+ $(SLO)$/b3dpolygonclipper.obj
# --- Targets ----------------------------------