diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 11:34:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 11:34:09 +0000 |
commit | 0aa98809b9bdb8baf185145efce384561bb35a23 (patch) | |
tree | ed6b7d83a0eea97de612a0ea2652d0ab2b6dcd12 /regexp/prj/d.lst | |
parent | 5b58927e9af3abf4f728686b43d36d1cd0210a7a (diff) |
cws_srx644_i18napi -> HEAD
Diffstat (limited to 'regexp/prj/d.lst')
-rw-r--r-- | regexp/prj/d.lst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/regexp/prj/d.lst b/regexp/prj/d.lst new file mode 100644 index 000000000000..dfa18318e17e --- /dev/null +++ b/regexp/prj/d.lst @@ -0,0 +1,15 @@ +mkdir: %_DEST%\inc%_EXT%\external\regexp + +..\source\reclass.hxx %_DEST%\inc%_EXT%\external\regexp\reclass.hxx + +..\%__SRC%\bin\i18nregexp*.dll %_DEST%\bin%_EXT%\i18nregexp*.dll +..\%__SRC%\lib\libi18nregexp*.so %_DEST%\lib%_EXT%\libi18nregexp*.so +..\%__SRC%\lib\libi18nregexp*.dylib %_DEST%\lib%_EXT%\libi18nregexp*.dylib +..\%__SRC%\lib\ii18nregexp.lib %_DEST%\lib%_EXT%\ii18nregexp.lib + +..\%__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" |