# HG changeset patch # User Thomas Wuerthinger # Date 1365511351 -7200 # Node ID 50a8f674429001a5067c3ce917c8445cb8ae57dd # Parent f065dc50235662566b91f09d69e1bc186cbbe0db# Parent f5aa4361a1fcf855b3823769bd3e05f6ad6d64b1 Merge. diff -r f065dc502356 -r 50a8f6744290 make/windows/create.bat --- a/make/windows/create.bat Tue Apr 09 13:00:02 2013 +0200 +++ b/make/windows/create.bat Tue Apr 09 14:42:31 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