From 1dd90d3560ff88084fd97b59aaba6f35cf8d2c25 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 3 Jun 2012 07:07:35 +0000 Subject: [PATCH] Default to the version recommended in the Developer's Guide, namely MSVC++ 2010 Express Edition. svn path=/trunk/; revision=43016 --- config.nmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.nmake b/config.nmake index db4fea363d..8be8ff8e4b 100644 --- a/config.nmake +++ b/config.nmake @@ -111,9 +111,10 @@ PROCESSOR_ARCHITECTURE=amd64 #MSVC_VARIANT=MSVC2010EE # The default if we haven't set a system environment variable or -# uncommented an entry above. +# uncommented an entry above. We default to the version recommended +# in the Developer's Guide, namely MSVC++ 2010 Express Edition. !IFNDEF MSVC_VARIANT -MSVC_VARIANT=MSVC2008 +MSVC_VARIANT=MSVC2010EE !ENDIF #