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 /xmloff/prj | |
parent | eaa2c279ec79e52dde4fe147928b02262917affb (diff) |
Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X
Diffstat (limited to 'xmloff/prj')
-rw-r--r-- | xmloff/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/prj/d.lst b/xmloff/prj/d.lst index 7e1603433710..14c275a7afac 100644 --- a/xmloff/prj/d.lst +++ b/xmloff/prj/d.lst @@ -100,8 +100,9 @@ hedabu: ..\inc\HatchStyle.hxx %_DEST%\inc%_EXT%\xmloff\HatchStyle.hxx hedabu: ..\inc\ImageStyle.hxx %_DEST%\inc%_EXT%\xmloff\ImageStyle.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" |