summaryrefslogtreecommitdiff
path: root/sax/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:58:30 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:58:30 +0000
commit08f0e46b13494d248ed984c0fdb641f1b0350178 (patch)
treed3acda743943895c6a32ed5754a8802e0dfb4e30 /sax/source
parente370ba4a7c6a8c647d5cffe4bdc720e153d3cc0d (diff)
INTEGRATION: CWS ooo20040704 (1.7.16); FILE MERGED
2004/06/30 14:03:52 cmc 1.7.16.2: #i30801# allow using system libs if possible 2004/06/28 07:19:38 cmc 1.7.16.1: #i30801 allow using system libs if possible
Diffstat (limited to 'sax/source')
-rw-r--r--sax/source/expatwrap/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sax/source/expatwrap/makefile.mk b/sax/source/expatwrap/makefile.mk
index a52f3fde1055..e1a74427f355 100644
--- a/sax/source/expatwrap/makefile.mk
+++ b/sax/source/expatwrap/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: hr $ $Date: 2004-02-02 18:49:59 $
+# last change: $Author: rt $ $Date: 2004-09-08 15:58:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,7 +70,11 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.INCLUDE : sv.mk
#-----------------------------------------------------------
+.IF "$(SYSTEM_EXPAT)" == "YES"
+CFLAGS+=-DSYSTEM_EXPAT
+.ELSE
CFLAGS += -DXML_UNICODE
+.ENDIF
SLOFILES =\
$(SLO)$/xml2utf.obj\