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 /forms/prj | |
parent | 5fc57d43cd87bcd004578b1e1094f80382ff5dfb (diff) |
Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X
Diffstat (limited to 'forms/prj')
-rw-r--r-- | forms/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/forms/prj/d.lst b/forms/prj/d.lst index a661db797469..c0264e9a7b84 100644 --- a/forms/prj/d.lst +++ b/forms/prj/d.lst @@ -5,8 +5,9 @@ ..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res ..\util\*.xml %_DEST%\xml%_EXT%\*.xml -..\%__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" |