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 | 915b133f5b80cdb51cb4e3a70034cad984cf6d43 (patch) | |
tree | 0e2d39f174d8e199d127ce87b57b20870506817f /starmath/prj/d.lst | |
parent | e6593dfbac29d58de62cb072b43cd3def18a6eda (diff) |
Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X
Diffstat (limited to 'starmath/prj/d.lst')
-rw-r--r-- | starmath/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/starmath/prj/d.lst b/starmath/prj/d.lst index e679746f90a3..c351d63de1a1 100644 --- a/starmath/prj/d.lst +++ b/starmath/prj/d.lst @@ -17,8 +17,9 @@ hedabu: ..\inc\smdll0.hxx %_DEST%\inc%_EXT%\starmath\smdll0.hxx hedabu: ..\inc\smmod.hxx %_DEST%\inc%_EXT%\starmath\smmod.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" |