diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-14 13:44:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-14 13:44:22 +0000 |
commit | ef5497dc3d081b8b1c19bcd344001a7dc4bc8e3d (patch) | |
tree | 85b77e8da3268ba316d694f56b1e3579bf62d8fa /sot/prj | |
parent | ecca0bba0ff73854390563c4857fee8bc858d5c3 (diff) |
#i6886#,#101685#: clean up MACOSX support
Diffstat (limited to 'sot/prj')
-rw-r--r-- | sot/prj/d.lst | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sot/prj/d.lst b/sot/prj/d.lst index 2dcd8a1b73f8..93b6814bf664 100644 --- a/sot/prj/d.lst +++ b/sot/prj/d.lst @@ -23,17 +23,10 @@ hedabu: ..\source\sdstor\stgdir.hxx %_DEST%\inc%_EXT%\sot\stgdir.hxx ..\%__SRC%\lib\sot.lib %_DEST%\lib%_EXT%\sot.lib ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so ..\%__SRC%\lib\*.so.* %_DEST%\lib%_EXT%\*.so.* +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib ..\%__SRC%\lib\*.sl %_DEST%\lib%_EXT%\*.sl ..\%__SRC%\lib\*.a %_DEST%\lib%_EXT%\*.a ..\%__SRC%\slb\sot.lib %_DEST%\lib%_EXT%\xsot.lib ..\%__SRC%\bin\sot?????.dll %_DEST%\bin%_EXT%\sot?????.dll ..\%__SRC%\bin\sot?????.sym %_DEST%\bin%_EXT%\sot?????.sym ..\%__SRC%\misc\sot?????.map %_DEST%\bin%_EXT%\sot?????.map - - -..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib -..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx -..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h* - -dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" -dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi" |