#99886# dynamic loading of xmlscript
This commit is contained in:
parent
bf93707c90
commit
e9c9c0c5d2
2 changed files with 5 additions and 3 deletions
|
@ -9,6 +9,7 @@ mkdir: %_DEST%\inc\xmlscript
|
|||
..\inc\xmlscript\xmllib_imexp.hxx %_DEST%\inc%_EXT%\xmlscript\xmllib_imexp.hxx
|
||||
..\inc\xmlscript\xmlmod_imexp.hxx %_DEST%\inc%_EXT%\xmlscript\xmlmod_imexp.hxx
|
||||
..\inc\xmlscript\xmlns.h %_DEST%\inc%_EXT%\xmlscript\xmlns.h
|
||||
..\inc\xmlscript\dynload.hxx %_DEST%\inc%_EXT%\xmlscript\dynload.hxx
|
||||
|
||||
..\dtd\*.dtd %_DEST%\bin%_EXT%\*.dtd
|
||||
|
||||
|
|
|
@ -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 ------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue