diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-14 14:37:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-14 14:37:42 +0000 |
commit | e061d914e793a107496b69fdd6d1c417bc0ebe37 (patch) | |
tree | 22835ec6a87758baaf3468651286ab439af7b1b3 /xmlhelp | |
parent | b11495030f641d83d73af14d63fbe3bca66824c5 (diff) |
#i6886#,#101685#: clean up MACOSX support
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/prj/d.lst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/xmlhelp/prj/d.lst b/xmlhelp/prj/d.lst index b99c3c73b7a7..cab2a3523347 100644 --- a/xmlhelp/prj/d.lst +++ b/xmlhelp/prj/d.lst @@ -1,12 +1,6 @@ ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.* ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.* +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.* ..\%__SRC%\class\*.jar %_DEST%\bin%_EXT%\*.* ..\%__SRC%\misc\helpserver.sh %_DEST%\bin%_EXT%\helpserver - -..\%__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* ..\util\ucpchelp.xml %_DEST%\xml%_EXT%\ucpchelp.xml - -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" |