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 | 328c23fff63cc3b8b32dcb7f732b95995bbd99cc (patch) | |
tree | 5fb09ac31652d5ea20573892723caec237f37055 /linguistic/prj/d.lst | |
parent | eaa2c279ec79e52dde4fe147928b02262917affb (diff) |
Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X
Diffstat (limited to 'linguistic/prj/d.lst')
-rw-r--r-- | linguistic/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linguistic/prj/d.lst b/linguistic/prj/d.lst index c809e84db130..77cb38896f03 100644 --- a/linguistic/prj/d.lst +++ b/linguistic/prj/d.lst @@ -12,8 +12,9 @@ hedabu: ..\inc\hyphdta.hxx %_DEST%\inc%_EXT%\linguistic\hyphdta.hxx hedabu: ..\inc\iprcache.hxx %_DEST%\inc%_EXT%\linguistic\iprcache.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" |