summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-04 12:34:40 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-04 12:34:40 +0000
commit6308dc984d937731e31f0219cddbf28dee10ad43 (patch)
tree33bd8226e1edb1913ba9050651e15ed2da34c510 /scp2
parent46cdadac894365e68564f4777fd126ab7199f0b6 (diff)
INTEGRATION: CWS thbpp4 (1.4.174); FILE MERGED
2006/07/20 11:30:52 thb 1.4.174.1: #i67433# Applied geki's patch to disable agg completely
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/canvas/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/scp2/source/canvas/makefile.mk b/scp2/source/canvas/makefile.mk
index 513619bc2d48..d5ee428fc825 100644
--- a/scp2/source/canvas/makefile.mk
+++ b/scp2/source/canvas/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: kz $ $Date: 2006-02-28 10:47:51 $
+# last change: $Author: ihi $ $Date: 2006-08-04 13:34:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -47,9 +47,12 @@ TARGETTYPE=CUI
SCP_PRODUCT_TYPE=osl
+.IF "$(ENABLE_AGG)" == "YES"
+SCPDEFS+=-DENABLE_AGG
.IF "$(SYSTEM_AGG)" == "YES"
SCPDEFS+=-DSYSTEM_AGG
.ENDIF
+.ENDIF
PARFILES= canvascommons.par \
directxcanvas.par \