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 | 4fff4fb484579723154f0fe69830d80fac669951 (patch) | |
tree | e155cb937ff0aa8befce0500a2c2cd12fdd70168 /extras/prj/d.lst | |
parent | 315c5030b32153a3e9ed945e481e120bd7ffaeb7 (diff) |
Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X
Diffstat (limited to 'extras/prj/d.lst')
-rw-r--r-- | extras/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/prj/d.lst b/extras/prj/d.lst index 0aaa1a4c2c12..41c8968876da 100644 --- a/extras/prj/d.lst +++ b/extras/prj/d.lst @@ -9,8 +9,9 @@ mkdir: %_DEST%\pck%_EXT% ..\source\shellnew\soffice.* %_DEST%\pck%_EXT%\soffice.* ..\unx\source\fonts\fonts\type1\fontunxtype1portal.zip %_DEST%\pck%_EXT%\fontunxtype1portal.zip -..\%__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" |