Default to the version recommended in the Developer's Guide, namely

MSVC++ 2010 Express Edition.

svn path=/trunk/; revision=43016
This commit is contained in:
Guy Harris 2012-06-03 07:07:35 +00:00
parent f4a5c30ef6
commit 1dd90d3560
1 changed files with 3 additions and 2 deletions

View File

@ -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
#