forked from xLightsSequencer/xLights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.cmd
17 lines (11 loc) · 882 Bytes
/
build.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"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