diff --git a/xmlscript/prj/d.lst b/xmlscript/prj/d.lst index c3fb0ec9a4c9..914477ddc104 100644 --- a/xmlscript/prj/d.lst +++ b/xmlscript/prj/d.lst @@ -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 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 ------------------------------------------------------