mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Remove pause from build scripts
This commit is contained in:
parent
47710c3050
commit
c86ede0e57
@ -128,9 +128,6 @@ if ["%toPack%"] == ["1"] (
|
||||
|
||||
"%THE_7Z_PATH%" a -r %THE_7Z_PARAMS% "%aBuildRoot%/%anArchName%.7z" "%aTarget%"
|
||||
)
|
||||
if not ["%1"] == ["-nopause"] (
|
||||
pause
|
||||
)
|
||||
|
||||
goto :eof
|
||||
|
||||
@ -284,7 +281,6 @@ if ["%toCMake%"] == ["1"] (
|
||||
|
||||
if errorlevel 1 (
|
||||
popd
|
||||
pause
|
||||
exit /B
|
||||
goto :eof
|
||||
)
|
||||
@ -299,7 +295,6 @@ if ["%toMake%"] == ["1"] (
|
||||
if errorlevel 1 (
|
||||
type "%aLogFileSmpl%"
|
||||
popd
|
||||
pause
|
||||
exit /B
|
||||
goto :eof
|
||||
)
|
||||
@ -311,7 +306,6 @@ if ["%toInstall%"] == ["1"] (
|
||||
if errorlevel 1 (
|
||||
type "%aLogFileSmpl%"
|
||||
popd
|
||||
pause
|
||||
exit /B
|
||||
goto :eof
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user