modified build.bat for msvc to support no-pausing script-based installation

Signed-off-by: Bernd Langpap <Bernd.Langpap@airbus.com>
This commit is contained in:
Bernd Langpap 2016-07-04 10:31:11 +02:00
parent 9561cc8c24
commit 5de974a036

View File

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