diff options
-rw-r--r-- | scp2/source/ooo/makefile.mk | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk index 2d7770a1665e..6eb5ef95ffaf 100644 --- a/scp2/source/ooo/makefile.mk +++ b/scp2/source/ooo/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: rt $ $Date: 2006-02-09 17:06:57 $ +# last change: $Author: kz $ $Date: 2006-02-28 10:48:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -95,6 +95,10 @@ SCPDEFS+=-DENABLE_DIRECTX SCPDEFS+=-DSYSTEM_FREETYPE .ENDIF +.IF "$(SYSTEM_CAIRO)" == "YES" +SCPDEFS+=-DSYSTEM_CAIRO +.ENDIF + .IF "$(SYSTEM_LIBXML)" == "YES" SCPDEFS+=-DSYSTEM_LIBXML .ENDIF @@ -147,6 +151,10 @@ SCPDEFS+=-DSYSTEM_HUNSPELL SCPDEFS+=-DSYSTEM_XALAN .ENDIF +.IF "$(ENABLE_CAIRO)" == "TRUE" +SCPDEFS+=-DENABLE_CAIRO +.ENDIF + SCPDEFS+=\ -DICU_MAJOR=$(ICU_MAJOR) \ -DICU_MINOR=$(ICU_MINOR) \ |