make/windows/makefiles/rules.make

Print this page

        

*** 67,76 **** --- 67,83 ---- !elseif "$(MSC_VER)" == "1600" VcVersion=VC10 ProjectFile=jvm.vcxproj + !elseif "$(MSC_VER)" == "1700" + # This is VS2012, but it loads VS10 projects just fine (and will + # upgrade them automatically yo VS2012 format). + + VcVersion=VC10 + ProjectFile=jvm.vcxproj + !else VcVersion=VC7 !endif