# HG changeset patch # User Christian Wirth # Date 1365504520 -7200 # Node ID f5aa4361a1fcf855b3823769bd3e05f6ad6d64b1 # Parent 6cae606d563f9869b1cc1fbd47c13067a2a51a64# Parent 8fab4f4fde34c233569a230cfe6a3df58df319af Merged diff -r 8fab4f4fde34 -r f5aa4361a1fc make/windows/create.bat --- a/make/windows/create.bat Tue Apr 09 11:55:19 2013 +0200 +++ b/make/windows/create.bat Tue Apr 09 12:48:40 2013 +0200 @@ -37,10 +37,14 @@ REM that "grep" be accessible on the PATH. An MKS install does this. REM -cl 2>NUL >NUL -if %errorlevel% == 0 goto nexttest -echo Make sure cl.exe is in your PATH before running this script. -goto end + + +REM (cwirth) does not return a proper error code, so build fails all the time +REM +REM cl 2>NUL >NUL +REM if %errorlevel% == 0 goto nexttest +REM echo Make sure cl.exe is in your PATH before running this script. +REM goto end :nexttest grep -V 2>NUL >NUL