summaryrefslogtreecommitdiff
path: root/comphelper/prj/d.lst
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/prj/d.lst')
-rw-r--r--comphelper/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/comphelper/prj/d.lst b/comphelper/prj/d.lst
index 6a739fe3b1e7..6885d961abd3 100644
--- a/comphelper/prj/d.lst
+++ b/comphelper/prj/d.lst
@@ -8,3 +8,9 @@
mkdir: %_DEST%\inc%_EXT%\comphelper
..\inc\comphelper\*.hxx %_DEST%\inc%_EXT%\comphelper\*.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"