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
commit535480d034ded73cdbd36b00f32dfdc494887f3a (patch)
treead165c9353568a22e27a91871d752bd279cf01ee /framework/prj
parent81f9aeb8cbc4964c44f1de9b73859f7f350d05af (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 0a0cc50708..f348346c4e 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"