5 lines
115 B
Batchfile
Executable File
5 lines
115 B
Batchfile
Executable File
@echo off
|
|
rem Enable checked build and build debug code
|
|
set CHECKED=1
|
|
call build_it.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|