Index: Setup/build_ce_200x.bat ================================================================== --- Setup/build_ce_200x.bat +++ Setup/build_ce_200x.bat @@ -79,10 +79,12 @@ IF ERRORLEVEL 1 ( ECHO Failed to build WinCE binaries. GOTO errors ) + +GOTO no_errors :fn_AppendVariable SET __ECHO_CMD=ECHO %%%1%% IF DEFINED %1 ( FOR /F "delims=" %%V IN ('%__ECHO_CMD%') DO ( Index: Setup/build_ce_2013.bat ================================================================== --- Setup/build_ce_2013.bat +++ Setup/build_ce_2013.bat @@ -42,10 +42,12 @@ IF ERRORLEVEL 1 ( ECHO Failed to build WinCE binaries. GOTO errors ) + +GOTO no_errors :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF Index: Setup/build_mono.bat ================================================================== --- Setup/build_mono.bat +++ Setup/build_mono.bat @@ -47,10 +47,12 @@ IF ERRORLEVEL 1 ( ECHO Failed to build Mono binaries. GOTO errors ) + +GOTO no_errors :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF Index: Setup/release_ce_200x.bat ================================================================== --- Setup/release_ce_200x.bat +++ Setup/release_ce_200x.bat @@ -49,10 +49,12 @@ IF ERRORLEVEL 1 ( ECHO Failed to build WinCE release files. GOTO errors ) + +GOTO no_errors :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF Index: Setup/release_ce_2013.bat ================================================================== --- Setup/release_ce_2013.bat +++ Setup/release_ce_2013.bat @@ -51,10 +51,12 @@ IF ERRORLEVEL 1 ( ECHO Failed to build WinCE release files. GOTO errors ) + +GOTO no_errors :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF Index: Setup/release_static.bat ================================================================== --- Setup/release_static.bat +++ Setup/release_static.bat @@ -39,10 +39,12 @@ IF ERRORLEVEL 1 ( ECHO Failed to build static release files. GOTO errors ) + +GOTO no_errors :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF