5 lines
117 B
Batchfile
5 lines
117 B
Batchfile
|
@echo off
|
||
|
rem Disable checked build and build release code
|
||
|
set CHECKED=
|
||
|
call build_it.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|