summaryrefslogtreecommitdiff
path: root/unoxml/source/service
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 11:23:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 11:23:44 +0000
commit57fad19c2ecae8b461edf18f5e8545f553e02f9d (patch)
treeb5653111c3951ce03852b1d14ad44ae1c740da7a /unoxml/source/service
parent8ab16f8e233f6171584ffc74e2c2c3432028e366 (diff)
INTEGRATION: CWS sb71 (1.7.8); FILE MERGED
2007/08/14 07:18:31 sb 1.7.8.3: #i77184# Dropped libxml2wrapper again (too much trouble to /DELAYLOAD libxml2). 2007/08/13 14:35:45 sb 1.7.8.2: #i77184# Both XML2LIB and LIBXML2LIB were used; drop XML2LIB in favor of LIBXML2LIB. 2007/07/23 13:41:49 sb 1.7.8.1: #i77184# Introduced libxml2wrapper.
Diffstat (limited to 'unoxml/source/service')
-rw-r--r--unoxml/source/service/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/unoxml/source/service/makefile.mk b/unoxml/source/service/makefile.mk
index 6ec8d29ca7fb..b58221a42f18 100644
--- a/unoxml/source/service/makefile.mk
+++ b/unoxml/source/service/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: ihi $ $Date: 2007-06-05 13:54:28 $
+# last change: $Author: vg $ $Date: 2007-10-15 12:23:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -72,7 +72,7 @@ SHL1LIBS= \
$(SLB)$/fastsax.lib
SHL1STDLIBS= \
- $(XML2LIB) \
+ $(LIBXML2LIB) \
$(TOOLSLIB) \
$(COMPHELPERLIB) \
$(CPPUHELPERLIB) \