mirror of
https://github.com/vim/vim.git
synced 2025-10-21 08:24:06 -04:00
updated for version 7.3.712
Problem: Nmake from VS2010 SP1 is not recognized. Solution: Add the version number. (Ken Takata)
This commit is contained in:
@@ -407,6 +407,9 @@ MSVCVER = 10.0
|
|||||||
!if "$(_NMAKE_VER)" == "10.00.30319.01"
|
!if "$(_NMAKE_VER)" == "10.00.30319.01"
|
||||||
MSVCVER = 10.0
|
MSVCVER = 10.0
|
||||||
!endif
|
!endif
|
||||||
|
!if "$(_NMAKE_VER)" == "10.00.40219.01"
|
||||||
|
MSVCVER = 10.0
|
||||||
|
!endif
|
||||||
!if "$(_NMAKE_VER)" == "11.00.50727.1"
|
!if "$(_NMAKE_VER)" == "11.00.50727.1"
|
||||||
MSVCVER = 11.0
|
MSVCVER = 11.0
|
||||||
!endif
|
!endif
|
||||||
|
@@ -725,6 +725,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 */
|
||||||
|
/**/
|
||||||
|
712,
|
||||||
/**/
|
/**/
|
||||||
711,
|
711,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user