diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-15 14:42:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-15 14:42:21 +0000 |
commit | 55bca02a11a5b3ff71328d99bf0f1b7a69a134fc (patch) | |
tree | e7d90de9e8c3b0bc5cdea1f46c16b6b70aeac852 /forms | |
parent | 538afb2ae46d7d7a14a54b2243de7b180240a423 (diff) |
#101685#,#i6886#: clean up MacOSX support
Diffstat (limited to 'forms')
-rw-r--r-- | forms/prj/d.lst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/forms/prj/d.lst b/forms/prj/d.lst index 91f98a834686..9c1b14927b73 100644 --- a/forms/prj/d.lst +++ b/forms/prj/d.lst @@ -1,13 +1,7 @@ ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib ..\%__SRC%\lib\*.sl %_DEST%\lib%_EXT%\*.sl ..\%__SRC%\bin\*.bin %_DEST%\bin%_EXT%\*.bin ..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res ..\util\*.xml %_DEST%\xml%_EXT%\*.xml - -..\%__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" |