build.bat
branchbug235_bringup_0
changeset 62 5f3491b7f643
parent 56 40cc73c24bf8
child 72 fd0a704154b9
--- a/build.bat	Fri Oct 22 11:29:23 2010 +0100
+++ b/build.bat	Fri Oct 22 12:54:05 2010 +0100
@@ -29,7 +29,7 @@
 
 if "%VISUAL_STUDIO_SOLUTION%"=="ON" (
 	set GENERATOR=Visual Studio 8 2005
-	if '%TOOLCHAIN_VARIANT%'=='2008' set GENERATOR=Visual Studio 9 2008
+	if '%TOOLCHAIN_VARIANT%'=='vs2008' set GENERATOR=Visual Studio 9 2008
 ) else (
 	set GENERATOR=NMake Makefiles
 )