Merge pull request #2053 from BLangpap/master

modified build.bat for msvc to support non-pausing script-based instal…
This commit is contained in:
Luca Boccassi 2016-07-04 10:30:34 +01:00 committed by GitHub
commit d51940a9f5

View File

@ -32,4 +32,7 @@ set STOPTIME=%DATE% %TIME%
:done
@endlocal
if NOT %1 == "" if /I %1 == "skip_pause" goto :quit
PAUSE
:quit