summaryrefslogtreecommitdiff
path: root/automation/prj
diff options
context:
space:
mode:
Diffstat (limited to 'automation/prj')
-rw-r--r--automation/prj/d.lst14
1 files changed, 13 insertions, 1 deletions
diff --git a/automation/prj/d.lst b/automation/prj/d.lst
index 7d1e33a71b78..f49ebf8d5439 100644
--- a/automation/prj/d.lst
+++ b/automation/prj/d.lst
@@ -2,7 +2,19 @@ mkdir: %_DEST%\inc%_EXT%\automation
..\%__SRC%\bin\sts?????.dll %_DEST%\bin%_EXT%\sts?????.dll
..\%__SRC%\lib\libsts* %_DEST%\lib%_EXT%\*
-..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
..\%__SRC%\lib\automation.lib %_DEST%\lib%_EXT%\automation.lib
hedabu: ..\inc\automation.hxx %_DEST%\inc%_EXT%\automation\automation.hxx
+
+..\%__SRC%\bin\testtool.exe %_DEST%\bin%_EXT%\testtool.exe
+..\%__SRC%\bin\testtool %_DEST%\bin%_EXT%\testtool.bin
+..\%__SRC%\inc\classes %_DEST%\bin%_EXT%\classes
+..\%__SRC%\inc\keycodes %_DEST%\bin%_EXT%\keycodes
+..\%__SRC%\inc\res_type %_DEST%\bin%_EXT%\res_type
+
+..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
+..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
+..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h*
+
+dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
+dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi"