3 lines
59 B
Batchfile
3 lines
59 B
Batchfile
call build || exit /b %errorlevel%
|
|
devenv .\build\main.exe
|
call build || exit /b %errorlevel%
|
|
devenv .\build\main.exe
|