changeset 3236:7189684fde3e

Relaxed create.bat to enable building with VS2010 Express
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Jul 2011 14:15:26 -0700
parents 53502e3f3e0d
children 399aa66d375e
files make/windows/create.bat
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/make/windows/create.bat	Wed Jul 27 14:14:53 2011 -0700
+++ b/make/windows/create.bat	Wed Jul 27 14:15:26 2011 -0700
@@ -37,10 +37,10 @@
 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 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