6 lines
56 B
Batchfile
6 lines
56 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
call build_all.bat %* || exit /b 1
|
|
|
@echo off
|
|
setlocal
|
|
|
|
call build_all.bat %* || exit /b 1
|
|
|