6 lines
73 B
Batchfile
6 lines
73 B
Batchfile
@echo off
|
|
|
|
pushd "%~dp0%.."
|
|
call build_win.cmd Release 1 0 0 0 1 %1
|
|
popd
|