6 lines
65 B
Batchfile
6 lines
65 B
Batchfile
@echo off
|
|
|
|
pushd "%~dp0%.."
|
|
build_win.cmd Debug 1 0 0 0 0 0
|
|
popd
|