diff -r 21ffbaa691b5 -r f462e61bce87 make/windows/makefiles/rules.make --- a/make/windows/makefiles/rules.make Mon Aug 26 07:01:23 2013 -0700 +++ b/make/windows/makefiles/rules.make Mon Aug 26 21:59:50 2013 -0700 @@ -69,6 +69,13 @@ VcVersion=VC10 ProjectFile=jvm.vcxproj +!elseif "$(MSC_VER)" == "1700" +# This is VS2012, but it loads VS10 projects just fine (and will +# upgrade them automatically to VS2012 format). + +VcVersion=VC10 +ProjectFile=jvm.vcxproj + !else VcVersion=VC7