summaryrefslogtreecommitdiff
path: root/io/prj
diff options
context:
space:
mode:
Diffstat (limited to 'io/prj')
-rw-r--r--io/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/io/prj/d.lst b/io/prj/d.lst
index f0b3ab6447a5..07be1fb7706c 100644
--- a/io/prj/d.lst
+++ b/io/prj/d.lst
@@ -4,3 +4,9 @@
..\source\connector\connectr.xml %_DEST%\xml%_EXT%\connectr.xml
..\source\stm\stm.xml %_DEST%\xml%_EXT%\stm.xml
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*
+
+..\%__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"