0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.3.754

Problem:    Latest nmake is not recognized.
Solution:   Add nmake version 11.00.51106.1. (Raymond Ko)
This commit is contained in:
Bram Moolenaar
2012-12-06 21:30:29 +01:00
parent 21691f896a
commit 52cc266dae
2 changed files with 5 additions and 0 deletions

View File

@@ -413,6 +413,9 @@ MSVCVER = 10.0
!if "$(_NMAKE_VER)" == "11.00.50727.1" !if "$(_NMAKE_VER)" == "11.00.50727.1"
MSVCVER = 11.0 MSVCVER = 11.0
!endif !endif
!if "$(_NMAKE_VER)" == "11.00.51106.1"
MSVCVER = 11.0
!endif
!endif !endif
# Abort bulding VIM if version of VC is unrecognised. # Abort bulding VIM if version of VC is unrecognised.

View File

@@ -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 */
/**/
754,
/**/ /**/
753, 753,
/**/ /**/