summaryrefslogtreecommitdiff
path: root/xmlscript/source/xml_helper
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2002-12-02 11:41:17 +0000
committerDaniel Boelzle <dbo@openoffice.org>2002-12-02 11:41:17 +0000
commite9c9c0c5d27973d99e3d21493d8ac303cea9bd0f (patch)
tree1cb137cb0ff66f8e865d229de4fda312434a6ffa /xmlscript/source/xml_helper
parentbf93707c90e5e6dbd6efb09329fc20fcdbb63167 (diff)
#99886# dynamic loading of xmlscript
Diffstat (limited to 'xmlscript/source/xml_helper')
-rw-r--r--xmlscript/source/xml_helper/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmlscript/source/xml_helper/makefile.mk b/xmlscript/source/xml_helper/makefile.mk
index e036d996f629..9928d24f4a88 100644
--- a/xmlscript/source/xml_helper/makefile.mk
+++ b/xmlscript/source/xml_helper/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: dbo $ $Date: 2001-03-15 14:44:15 $
+# last change: $Author: dbo $ $Date: 2002-12-02 12:41:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,7 +77,8 @@ ENABLE_EXCEPTIONS=TRUE
SLOFILES = \
$(SLO)$/xml_impctx.obj \
$(SLO)$/xml_element.obj \
- $(SLO)$/xml_byteseq.obj
+ $(SLO)$/xml_byteseq.obj \
+ $(SLO)$/dynload.obj
# --- Targets ------------------------------------------------------