2001-03-06 08:29:23 +00:00
|
|
|
mkdir: %_DEST%\inc\xmlscript
|
2001-02-20 11:17:03 +00:00
|
|
|
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll
|
2001-03-06 08:29:23 +00:00
|
|
|
..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT%\*.lib
|
2001-02-20 11:17:03 +00:00
|
|
|
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so
|
2001-03-23 18:20:36 +00:00
|
|
|
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
|
|
|
|
|
2001-02-21 19:49:30 +00:00
|
|
|
..\inc\xmlscript\xmldlg_imexp.hxx %_DEST%\inc%_EXT%\xmlscript\xmldlg_imexp.hxx
|
2001-03-27 16:49:03 +00:00
|
|
|
..\inc\xmlscript\xmllib_imexp.hxx %_DEST%\inc%_EXT%\xmlscript\xmllib_imexp.hxx
|
|
|
|
..\inc\xmlscript\xmlmod_imexp.hxx %_DEST%\inc%_EXT%\xmlscript\xmlmod_imexp.hxx
|
2001-03-23 18:20:36 +00:00
|
|
|
|
|
|
|
..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
|
|
|
|
..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
|
|
|
|
..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h*
|
|
|
|
|
|
|
|
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
|
|
|
|
dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi"
|