make/windows/makefiles/rules.make

changeset 5605
f462e61bce87
parent 4153
b9a9ed0f8eeb
child 6198
55fb97c4c58d
equal deleted inserted replaced
5579:21ffbaa691b5 5605:f462e61bce87
67 !elseif "$(MSC_VER)" == "1600" 67 !elseif "$(MSC_VER)" == "1600"
68 68
69 VcVersion=VC10 69 VcVersion=VC10
70 ProjectFile=jvm.vcxproj 70 ProjectFile=jvm.vcxproj
71 71
72 !elseif "$(MSC_VER)" == "1700"
73 # This is VS2012, but it loads VS10 projects just fine (and will
74 # upgrade them automatically to VS2012 format).
75
76 VcVersion=VC10
77 ProjectFile=jvm.vcxproj
78
72 !else 79 !else
73 80
74 VcVersion=VC7 81 VcVersion=VC7
75 82
76 !endif 83 !endif

mercurial