mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +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%"
|
"%THE_7Z_PATH%" a -r %THE_7Z_PARAMS% "%aBuildRoot%/%anArchName%.7z" "%aTarget%"
|
||||||
)
|
)
|
||||||
if not ["%1"] == ["-nopause"] (
|
|
||||||
pause
|
|
||||||
)
|
|
||||||
|
|
||||||
goto :eof
|
goto :eof
|
||||||
|
|
||||||
@ -284,7 +281,6 @@ if ["%toCMake%"] == ["1"] (
|
|||||||
|
|
||||||
if errorlevel 1 (
|
if errorlevel 1 (
|
||||||
popd
|
popd
|
||||||
pause
|
|
||||||
exit /B
|
exit /B
|
||||||
goto :eof
|
goto :eof
|
||||||
)
|
)
|
||||||
@ -299,7 +295,6 @@ if ["%toMake%"] == ["1"] (
|
|||||||
if errorlevel 1 (
|
if errorlevel 1 (
|
||||||
type "%aLogFileSmpl%"
|
type "%aLogFileSmpl%"
|
||||||
popd
|
popd
|
||||||
pause
|
|
||||||
exit /B
|
exit /B
|
||||||
goto :eof
|
goto :eof
|
||||||
)
|
)
|
||||||
@ -311,7 +306,6 @@ if ["%toInstall%"] == ["1"] (
|
|||||||
if errorlevel 1 (
|
if errorlevel 1 (
|
||||||
type "%aLogFileSmpl%"
|
type "%aLogFileSmpl%"
|
||||||
popd
|
popd
|
||||||
pause
|
|
||||||
exit /B
|
exit /B
|
||||||
goto :eof
|
goto :eof
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user