forked from xLightsSequencer/xLights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.cmd
21 lines (13 loc) · 1.13 KB
/
build.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
"C:\Program Files (x86)\CodeBlocks\codeblocks.exe" --build --target=MinGW_Release xSchedule\xSMSDaemon\xSMSDaemon.cbp
"C:\Program Files (x86)\CodeBlocks\codeblocks.exe" --build --target=64bit_MinGW_Release xSchedule\xSMSDaemon\xSMSDaemon.cbp
"C:\Program Files (x86)\CodeBlocks\codeblocks.exe" --build --target=MinGW_Release xfade\xfade.cbp
"C:\Program Files (x86)\CodeBlocks\codeblocks.exe" --build --target=64bit_MinGW_Release xfade\xfade.cbp
"C:\Program Files (x86)\CodeBlocks\codeblocks.exe" --build --target=MinGW_Release xCapture\xCapture.cbp
"C:\Program Files (x86)\CodeBlocks\codeblocks.exe" --build --target=64bit_MinGW_Release xCapture\xCapture.cbp
"C:\Program Files (x86)\CodeBlocks\codeblocks.exe" --build --target=MinGW_Release xSchedule\xSchedule.cbp
"C:\Program Files (x86)\CodeBlocks\codeblocks.exe" --build --target=64bit_MinGW_Release xSchedule\xSchedule.cbp
"C:\Program Files (x86)\CodeBlocks\codeblocks.exe" --build --target=MinGW_Release xLights\xLights.cbp
"C:\Program Files (x86)\CodeBlocks\codeblocks.exe" --build "--target=64bit MinGW_Release" xLights\xLights.cbp
if %1==1 goto exit
pause
:exit