summaryrefslogtreecommitdiff
path: root/unotools/prj
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/prj')
-rw-r--r--unotools/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
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"