From a76a512ce5407c0ee6beb965c62e277c944815df Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 17 Oct 2010 21:31:31 +0000 Subject: [PATCH] Trying to fix windows build bot scripts so that errors are reported. --- build_win32.cmd | 2 +- build_win64.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_win32.cmd b/build_win32.cmd index 79793c2e..a10f76be 100644 --- a/build_win32.cmd +++ b/build_win32.cmd @@ -11,7 +11,7 @@ SET QTDIR=%POKERTH_WIN32_LIB_DIR%\qt qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro mingw32-make release -if not errorlevel 0 exit /b %ERRORLEVEL% +IF NOT "%ERRORLEVEL%"=="0" exit /b %ERRORLEVEL% REM Add automatic packaging or copying here. mingw32-make distclean diff --git a/build_win64.cmd b/build_win64.cmd index 043fd5cd..994609aa 100644 --- a/build_win64.cmd +++ b/build_win64.cmd @@ -11,7 +11,7 @@ SET QTDIR=%POKERTH_WIN64_LIB_DIR%\qt qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro mingw32-make release -if not errorlevel 0 exit /b %ERRORLEVEL% +IF NOT "%ERRORLEVEL%"=="0" exit /b %ERRORLEVEL% REM Add automatic packaging or copying here. mingw32-make distclean