build.bat
branchbug235_bringup_0
changeset 72 fd0a704154b9
parent 70 08233365fef6
parent 62 5f3491b7f643
--- a/build.bat	Tue Nov 02 09:40:31 2010 +0000
+++ b/build.bat	Tue Nov 02 09:46:02 2010 +0000
@@ -32,7 +32,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
 )