diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-02 04:02:52 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-02 04:02:52 +0000 |
commit | 57f01642f610ef4a19177c8c50e4e8e9d90e95f8 (patch) | |
tree | 5193ca92f81990e4c8348935b6299142eebd8d8d /automation | |
parent | 5fc57d43cd87bcd004578b1e1094f80382ff5dfb (diff) |
Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X
Diffstat (limited to 'automation')
-rw-r--r-- | automation/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/automation/prj/d.lst b/automation/prj/d.lst index e3602017744c..4bfa037d2d6b 100644 --- a/automation/prj/d.lst +++ b/automation/prj/d.lst @@ -7,8 +7,9 @@ mkdir: %_DEST%\inc%_EXT%\automation hedabu: ..\inc\automation.hxx %_DEST%\inc%_EXT%\automation\automation.hxx -..\%__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" |