Commit d51940a9 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2053 from BLangpap/master

modified build.bat for msvc to support non-pausing script-based instal…
parents 9561cc8c 73631bf1
......@@ -32,4 +32,7 @@ set STOPTIME=%DATE% %TIME%
:done
@endlocal
if NOT %1 == "" if /I %1 == "skip_pause" goto :quit
PAUSE
:quit
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment