summaryrefslogtreecommitdiff
path: root/svtools/prj/d.lst
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-03-02 04:02:52 +0000
committerPatrick Luby <pluby@openoffice.org>2001-03-02 04:02:52 +0000
commit060ae0334eb024f2ca1359528ea15c002ccc3704 (patch)
treec425087cb32953ee4f73cf4615d6f36225cf98ab /svtools/prj/d.lst
parentd3cacf4eacb236827c755eb2fe13eb3623f68f9f (diff)
Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X
Diffstat (limited to 'svtools/prj/d.lst')
-rw-r--r--svtools/prj/d.lst3
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/prj/d.lst b/svtools/prj/d.lst
index 1bb08833b75f..3a326ef4a4b1 100644
--- a/svtools/prj/d.lst
+++ b/svtools/prj/d.lst
@@ -295,8 +295,9 @@ hedabu: ..\inc\PasswordHelper.hxx %_DEST%\inc%_EXT%\svtools\PasswordHelper.hxx
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\bin%_EXT%\bmp=%__PRJROOT%\%__SRC%\bin%_EXT%; fi"
-..\%__SRC%\lib\libstatic*.dylib %_DEST%\lib%_EXT%\libstatic*.dylib
+..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
..\%__SRC%\misc\*staticdatamembers.hxx %_DEST%\inc%_EXT%\*staticdatamembers.hxx
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
+dos: sh -c "if test dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi"