0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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:
Bram Moolenaar
2013-07-09 13:15:46 +02:00
parent f4c096b617
commit c64b85a348
2 changed files with 5 additions and 0 deletions

View File

@@ -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.