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