diff --git a/unotools/prj/d.lst b/unotools/prj/d.lst index 9879e4356e37..81b79153a30d 100644 --- a/unotools/prj/d.lst +++ b/unotools/prj/d.lst @@ -9,3 +9,9 @@ mkdir: %_DEST%\inc%_EXT%\unotools ..\inc\unotools\*.mk %_DEST%\inc%_EXT%\unotools\*.mk ..\inc\unotools\*.hxx %_DEST%\inc%_EXT%\unotools\*.hxx + +..\%__SRC%\lib\libstatic*.dylib %_DEST%\lib%_EXT%\libstatic*.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" diff --git a/vcl/prj/d.lst b/vcl/prj/d.lst index ab3f002110a5..30a2dcd137bc 100644 --- a/vcl/prj/d.lst +++ b/vcl/prj/d.lst @@ -181,3 +181,9 @@ hedabu: ..\inc\threadex.hxx %_DEST%\inc%_EXT%\vcl\threadex.hxx hedabu: ..\inc\evntpost.hxx %_DEST%\inc%_EXT%\vcl\evntpost.hxx hedabu: ..\inc\unohelp.hxx %_DEST%\inc%_EXT%\vcl\unohelp.hxx hedabu: ..\unx\inc\salconfig.hxx %_DEST%\inc%_EXT%\vcl\unx\salconfig.hxx + +..\%__SRC%\lib\libstatic*.dylib %_DEST%\lib%_EXT%\libstatic*.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" diff --git a/vos/prj/d.lst b/vos/prj/d.lst index cdee58aa52d4..300198f7c552 100644 --- a/vos/prj/d.lst +++ b/vos/prj/d.lst @@ -16,3 +16,9 @@ mkdir: %_DEST%\inc%_EXT%\vos ..\%__SRC%\bin\vos*.dll %_DEST%\bin%_EXT%\vos*.dll ..\%__SRC%\bin\proxy %_DEST%\bin%_EXT%\proxy ..\%__SRC%\bin\proxy.exe %_DEST%\bin%_EXT%\proxy.exe + +..\%__SRC%\lib\libstatic*.dylib %_DEST%\lib%_EXT%\libstatic*.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"