summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 12:06:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 12:06:34 +0000
commit8784aff5ae64e5f9da26d43740c62dae60604c4c (patch)
tree3e1a54a302a054dac7b41989a841259181a54e57 /xmlscript
parent4ac0666185e37d3c5bf67a95c63713cf4460ac5b (diff)
INTEGRATION: CWS sb71 (1.5.8); FILE MERGED
2007/06/28 12:48:07 sb 1.5.8.1: #i75466# Removed obsolete runtime loading of xcr lib from sb lib.
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xml_helper/makefile.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmlscript/source/xml_helper/makefile.mk b/xmlscript/source/xml_helper/makefile.mk
index 7bc65e9fa2c3..c43e5aea4faf 100644
--- a/xmlscript/source/xml_helper/makefile.mk
+++ b/xmlscript/source/xml_helper/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: vg $ $Date: 2007-02-06 14:15:49 $
+# last change: $Author: vg $ $Date: 2007-10-15 13:06:34 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -48,8 +48,7 @@ ENABLE_EXCEPTIONS=TRUE
SLOFILES = \
$(SLO)$/xml_impctx.obj \
$(SLO)$/xml_element.obj \
- $(SLO)$/xml_byteseq.obj \
- $(SLO)$/dynload.obj
+ $(SLO)$/xml_byteseq.obj
# --- Targets ------------------------------------------------------