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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user