1
0
forked from aniani/vim

updated for version 7.3.930

Problem:    MSVC 2012 update is not recognized.
Solution:   Update the version in the makefile. (Raymond Ko)
This commit is contained in:
Bram Moolenaar
2013-05-07 05:11:17 +02:00
parent 51ac8a27e5
commit 290424868d
2 changed files with 5 additions and 0 deletions

View File

@@ -416,6 +416,9 @@ MSVCVER = 11.0
!if "$(_NMAKE_VER)" == "11.00.51106.1"
MSVCVER = 11.0
!endif
!if "$(_NMAKE_VER)" == "11.00.60315.1"
MSVCVER = 11.0
!endif
!endif
# Abort building VIM if version of VC is unrecognised.