5 lines
56 B
Batchfile
5 lines
56 B
Batchfile
@echo off
|
|
pushd "%~dp0%"
|
|
call build.cmd Debug
|
|
pause
|
|
popd |