From: oan Date: Thu, 1 Feb 2024 13:08:32 +0000 (+0000) Subject: Remove pause from build scripts X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FCR0-77-Hybrid-2024020101;p=occt.git Remove pause from build scripts --- diff --git a/adm/scripts/wasm_build.bat b/adm/scripts/wasm_build.bat index b5cacf9f25..c47b83a172 100644 --- a/adm/scripts/wasm_build.bat +++ b/adm/scripts/wasm_build.bat @@ -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 )