summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 16:05:18 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 16:05:18 +0000
commit35b7f14234852cc10b36f2b3e8197165ae6e6bf1 (patch)
treecdf89483c9642724cb1f4c97baf998a9ff7fabf2 /xmlhelp
parent71da8b86a6cadff105dc6e9b3b1d8f8ce0cb8c22 (diff)
INTEGRATION: CWS cmcfixes43 (1.32.2); FILE MERGED
2008/03/05 16:33:38 cmc 1.32.2.1: #i86737# system expat flag
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/com/sun/star/help/makefile.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/xmlhelp/source/com/sun/star/help/makefile.mk b/xmlhelp/source/com/sun/star/help/makefile.mk
index b194cf8715..e42b61f44d 100644
--- a/xmlhelp/source/com/sun/star/help/makefile.mk
+++ b/xmlhelp/source/com/sun/star/help/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.34 $
+# $Revision: 1.35 $
#
# This file is part of OpenOffice.org.
#
@@ -51,6 +51,10 @@ CFLAGS+= -I$(SOLARINCDIR)$/$(LIBXSLTINCDIR)
CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
.ENDIF
+.IF "$(SYSTEM_EXPAT)" == "YES"
+CFLAGS+=-DSYSTEM_EXPAT
+.ENDIF
+
OBJFILES=\
$(OBJ)$/HelpLinker.obj \
$(OBJ)$/HelpCompiler.obj