summaryrefslogtreecommitdiff
path: root/framework/prj
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-05-27 14:51:17 +0000
committerRüdiger Timm <rt@openoffice.org>2003-05-27 14:51:17 +0000
commit0200335f39c66045b41bf56b055dce5c6ca2fe87 (patch)
treef189a32a47da262ed2a71349bab59607c1e65ee3 /framework/prj
parent4391f7000056e11b27a0db2d82a7c861a765dfd4 (diff)
INTEGRATION: CWS buildopt (1.24.12); FILE MERGED
2003/05/20 09:33:02 rt 1.24.12.1: #109684# Don't by accident deliver ckeck_<libraryname> files.
Diffstat (limited to 'framework/prj')
-rw-r--r--framework/prj/d.lst4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/prj/d.lst b/framework/prj/d.lst
index 0a0cc50708ee..f348346c4eed 100644
--- a/framework/prj/d.lst
+++ b/framework/prj/d.lst
@@ -4,7 +4,7 @@ mkdir: %_DEST%\inc%_EXT%\framework
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*
..\%__SRC%\bin\*.exe %_DEST%\bin%_EXT%\*
..\%__SRC%\bin\login %_DEST%\bin%_EXT%\login.bin
-..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*
+..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT%
..\dtd\menubar.dtd %_DEST%\bin%_EXT%\menubar.dtd
..\dtd\toolbar.dtd %_DEST%\bin%_EXT%\toolbar.dtd
@@ -34,5 +34,3 @@ hedabu: ..\inc\classes\addonmenu.hxx %_DEST%\inc%_EXT%\framework\addonmenu.hxx
..\source\unotypes\fw?.xml %_DEST%\xml%_EXT%\*.xml
-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"