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" !if "$(_NMAKE_VER)" == "11.00.51106.1"
MSVCVER = 11.0 MSVCVER = 11.0
!endif !endif
!if "$(_NMAKE_VER)" == "11.00.60315.1"
MSVCVER = 11.0
!endif
!endif !endif
# Abort building VIM if version of VC is unrecognised. # Abort building VIM if version of VC is unrecognised.

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
930,
/**/ /**/
929, 929,
/**/ /**/