summaryrefslogtreecommitdiff
path: root/bridges/prj/d.lst
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-07 20:54:23 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-07 20:54:23 +0000
commitb5059805d56d8dd41c882d4bf923035351f69f2d (patch)
treec994a2a24c8a03399ae772d47e18cc820e066f77 /bridges/prj/d.lst
parent97f454e8d33ff9fe292212a0131b5956667b726a (diff)
Simplified Mac OS X package creation
Diffstat (limited to 'bridges/prj/d.lst')
-rw-r--r--bridges/prj/d.lst4
1 files changed, 1 insertions, 3 deletions
diff --git a/bridges/prj/d.lst b/bridges/prj/d.lst
index fd150b4a70b7..d0f49dc647b5 100644
--- a/bridges/prj/d.lst
+++ b/bridges/prj/d.lst
@@ -28,6 +28,4 @@ mkdir: %_DEST%\inc%_EXT%\bridges\java
..\%__SRC%\lib\libgcc2_uno.* %_DEST%\lib%_EXT%\libgcc2_uno.*
..\%__SRC%\lib\libsunpro5_uno.* %_DEST%\lib%_EXT%\libsunpro5_uno.*
-dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\libgcc2_uno*.dylib; fi"
-dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\libprot_uno*.dylib; fi"
-dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\libjava_uno*.dylib; fi"
+dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"