blob: 5997020ea2db11adfaf1164a16099edc6b1a75a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
mkdir: %COMMON_DEST%\bin%_EXT%\hid
mkdir: %_DEST%\inc%_EXT%\automation
#..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin%_EXT%\hid\*.hid
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll
..\%__SRC%\lib\lib* %_DEST%\lib%_EXT%\*
..\%__SRC%\lib\ists.lib %_DEST%\lib%_EXT%\ists.lib
..\%__SRC%\lib\isimplecm.lib %_DEST%\lib%_EXT%\isimplecm.lib
..\%__SRC%\lib\icommuni.lib %_DEST%\lib%_EXT%\icommuni.lib
hedabu: ..\inc\automation.hxx %_DEST%\inc%_EXT%\automation\automation.hxx
hedabu: ..\inc\commdefines.hxx %_DEST%\inc%_EXT%\automation\commdefines.hxx
hedabu: ..\inc\commtypes.hxx %_DEST%\inc%_EXT%\automation\commtypes.hxx
hedabu: ..\inc\communi.hxx %_DEST%\inc%_EXT%\automation\communi.hxx
hedabu: ..\inc\simplecm.hxx %_DEST%\inc%_EXT%\automation\simplecm.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
..\%COMMON_OUTDIR%\bin\images_tt.zip %COMMON_DEST%\bin%_EXT%\images_tt.zip
dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
|