5 lines
117 B
Batchfile
Executable File
5 lines
117 B
Batchfile
Executable File
@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
|