From 08f0e46b13494d248ed984c0fdb641f1b0350178 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 8 Sep 2004 14:58:30 +0000 Subject: 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 --- sax/source/expatwrap/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sax/source/expatwrap/makefile.mk') 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\ -- cgit v1.2.3