diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-10 17:06:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-10 17:06:39 +0000 |
commit | 526616e37f72c30e3d141966f3d3caf757647832 (patch) | |
tree | 76161c275c09c2a7383ecb97134b3be59c1cf675 | |
parent | 2e3976eab2f5365ce284013121c0a968dfabc214 (diff) |
INTEGRATION: CWS ause012 (1.4.6); FILE MERGED
2004/11/16 15:13:53 hjs 1.4.6.1: #i37200# remove unused RSCUPDVER redefinition
-rw-r--r-- | unoxml/source/service/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unoxml/source/service/makefile.mk b/unoxml/source/service/makefile.mk index 34b1bc13e62f..59f1468156da 100644 --- a/unoxml/source/service/makefile.mk +++ b/unoxml/source/service/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2004-09-08 16:16:02 $ +# last change: $Author: hr $ $Date: 2004-12-10 18:06:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,7 +62,7 @@ PRJ=..$/.. -PRJNAME=libxml2 +PRJNAME=unoxml TARGET=unoxml LIBTARGET=NO @@ -71,7 +71,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk -RSCUPDVER=$(RSCREVISION)(SV$(UPD)$(UPDMINOR)) + .IF "$(SYSTEM_LIBXML)" == "YES" CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS) .ENDIF |