summaryrefslogtreecommitdiff
path: root/cpputools/prj/d.lst
diff options
context:
space:
mode:
Diffstat (limited to 'cpputools/prj/d.lst')
-rw-r--r--cpputools/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpputools/prj/d.lst b/cpputools/prj/d.lst
index 3b8513d09e44..96135a1484c9 100644
--- a/cpputools/prj/d.lst
+++ b/cpputools/prj/d.lst
@@ -2,3 +2,9 @@
..\%__SRC%\bin\regcomp %_DEST%\bin%_EXT%\regcomp
..\%__SRC%\bin\uno.exe %_DEST%\bin%_EXT%\uno.exe
..\%__SRC%\bin\uno %_DEST%\bin%_EXT%\uno
+
+..\%__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"