4 lines
52 B
Batchfile
4 lines
52 B
Batchfile
@echo off
|
|
pushd "%~dp0%"
|
|
call build.cmd Release
|
|
popd |
@echo off
|
|
pushd "%~dp0%"
|
|
call build.cmd Release
|
|
popd |