diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cppuhelper/prj/d.lst b/cppuhelper/prj/d.lst index 0432ce0ac107..bbe640a78ba0 100644 --- a/cppuhelper/prj/d.lst +++ b/cppuhelper/prj/d.lst @@ -57,8 +57,9 @@ mkdir: %_DEST%\inc%_EXT%\cppuhelper ..\%__SRC%\misc\cppuhelper*.pdb %_DEST%\misc%_EXT%\* ..\version.mk %_DEST%\inc%_EXT%\cppuhelper\version.mk -..\%__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" |