1
0
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:
oan 2024-02-01 13:08:32 +00:00
parent 47710c3050
commit c86ede0e57

View File

@ -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
)