2000-09-19 03:03:39 -05:00
|
|
|
mkdir: %_DEST%\pck%_EXT%
|
|
|
|
..\%__SRC%\bin\*.zip %_DEST%\pck%_EXT%\*.zip
|
|
|
|
..\common.pro\bin\*.zip %_DEST%\pck%_EXT%\*.zip
|
2000-11-20 08:51:06 -06:00
|
|
|
..\source\truetype\decorative\*.ttf %_DEST%\pck%_EXT%\*.ttf
|
|
|
|
..\source\truetype\standard_sans\*.ttf %_DEST%\pck%_EXT%\*.ttf
|
|
|
|
..\source\truetype\standard_serif\*.ttf %_DEST%\pck%_EXT%\*.ttf
|
|
|
|
..\source\truetype\symbol\*.ttf %_DEST%\pck%_EXT%\*.ttf
|
2000-09-19 03:03:39 -05:00
|
|
|
..\source\shellnew\soffice.* %_DEST%\pck%_EXT%\soffice.*
|
|
|
|
..\unx\source\fonts\fonts\type1\fontunxtype1portal.zip %_DEST%\pck%_EXT%\fontunxtype1portal.zip
|
2001-02-28 17:23:58 -06:00
|
|
|
|
2001-03-01 22:02:52 -06:00
|
|
|
..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
|
2001-02-28 17:23:58 -06:00
|
|
|
..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
|
2001-03-02 15:39:55 -06:00
|
|
|
..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h*
|
2001-02-28 17:23:58 -06:00
|
|
|
|
|
|
|
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
|
2001-03-01 23:08:28 -06:00
|
|
|
dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi"
|