changeset 8941:f5aa4361a1fc

Merged
author Christian Wirth <christian.wirth@oracle.com>
date Tue, 09 Apr 2013 12:48:40 +0200
parents 6cae606d563f (diff) 8fab4f4fde34 (current diff)
children 50a8f6744290
files
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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