diff options
author | Rüdiger Timm <rt@openoffice.org> | 2002-11-08 10:11:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2002-11-08 10:11:49 +0000 |
commit | 33b8af0f59b8098e4824a3e9ab6880f06046255f (patch) | |
tree | 4074361c0cad951fec7dda84f452458dc8e293e9 /extras/prj | |
parent | 5ef8779cc75868cd0bc8d92ad9ce04304d6a4b7e (diff) |
#100519# Changed destination of common deliverables into %COMMON_DEST%. Note: this change needs deliver.pl rev 1.33 or higher and adaptions in zip.lst and lzip/scpzip.
Diffstat (limited to 'extras/prj')
-rw-r--r-- | extras/prj/d.lst | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/extras/prj/d.lst b/extras/prj/d.lst index 94ab26e2040c..c3bd6f3fb1ff 100644 --- a/extras/prj/d.lst +++ b/extras/prj/d.lst @@ -1,15 +1,17 @@ mkdir: %_DEST%\pck%_EXT% mkdir: %_DEST%\pck%_EXT%\openoffice +mkdir: %COMMON_DEST%\pck%_EXT% +mkdir: %COMMON_DEST%\pck%_EXT%\openoffice ..\%__SRC%\bin\*.zip %_DEST%\pck%_EXT%\*.zip -..\common.pro\bin\*.zip %_DEST%\pck%_EXT%\*.zip -..\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 -..\source\shellnew\soffice.* %_DEST%\pck%_EXT%\soffice.* -..\unx\source\fonts\fonts\type1\fontunxtype1portal.zip %_DEST%\pck%_EXT%\fontunxtype1portal.zip -..\unx\source\fonts\fonts.dir %_DEST%\pck%_EXT%\openoffice\fonts.dir +..\common.pro\bin\*.zip %COMMON_DEST%\pck%_EXT%\*.zip +..\source\truetype\decorative\*.ttf %COMMON_DEST%\pck%_EXT%\*.ttf +..\source\truetype\standard_sans\*.ttf %COMMON_DEST%\pck%_EXT%\*.ttf +..\source\truetype\standard_serif\*.ttf %COMMON_DEST%\pck%_EXT%\*.ttf +..\source\truetype\symbol\*.ttf %COMMON_DEST%\pck%_EXT%\*.ttf +..\source\shellnew\soffice.* %COMMON_DEST%\pck%_EXT%\soffice.* +..\unx\source\fonts\fonts\type1\fontunxtype1portal.zip %COMMON_DEST%\pck%_EXT%\fontunxtype1portal.zip +..\unx\source\fonts\fonts.dir %COMMON_DEST%\pck%_EXT%\openoffice\fonts.dir ..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib ..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx |