forked from aniani/vim
updated for version 7.4a.004
Problem: MSVC 2012 Update 3 is not recognized. Solution: Add the version number. (Raymond Ko)
This commit is contained in:
@@ -421,6 +421,9 @@ MSVCVER = 11.0
|
||||
!if "$(_NMAKE_VER)" == "11.00.60315.1"
|
||||
MSVCVER = 11.0
|
||||
!endif
|
||||
!if "$(_NMAKE_VER)" == "11.00.60610.1"
|
||||
MSVCVER = 11.0
|
||||
!endif
|
||||
!endif
|
||||
|
||||
# Abort building VIM if version of VC is unrecognised.
|
||||
|
Reference in New Issue
Block a user