Commit 5de974a0 authored by Bernd Langpap's avatar Bernd Langpap

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

Signed-off-by: 's avatarBernd Langpap <Bernd.Langpap@airbus.com>
parent 9561cc8c
......@@ -32,4 +32,6 @@ 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