diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-20 11:41:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-20 11:41:38 +0000 |
commit | 6e9e1c8a0896a2db37c3cd69a0d27d4eb7b60e70 (patch) | |
tree | 8f7b8cf0766bd8f91468fdc5ee626aee7a43eb23 | |
parent | f4ceee5204b916c67e2fb7e617d5ccd448c6bb33 (diff) |
#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.7-1.7.20.1) -> HEAD
-rw-r--r-- | package/prj/d.lst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/package/prj/d.lst b/package/prj/d.lst index dc2a04e00..45e8fb52e 100644 --- a/package/prj/d.lst +++ b/package/prj/d.lst @@ -2,11 +2,5 @@ ..\%__SRC%\lib\ixo.lib %_DEST%\lib%_EXT%\ixo.lib ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib ..\dtd\*.dtd %_DEST%\bin%_EXT%\*.* - -..\%__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" |