Skip to content

Commit 1a395fd

Browse files
committed
updated for version 7.3.754
Problem: Latest nmake is not recognized. Solution: Add nmake version 11.00.51106.1. (Raymond Ko)
1 parent 8dd4c67 commit 1a395fd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Make_mvc.mak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,9 @@ MSVCVER = 10.0
413413
!if "$(_NMAKE_VER)" == "11.00.50727.1"
414414
MSVCVER = 11.0
415415
!endif
416+
!if "$(_NMAKE_VER)" == "11.00.51106.1"
417+
MSVCVER = 11.0
418+
!endif
416419
!endif
417420

418421
# Abort bulding VIM if version of VC is unrecognised.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,8 @@ static char *(features[]) =
725725

726726
static int included_patches[] =
727727
{ /* Add new patch number below this line */
728+
/**/
729+
754,
728730
/**/
729731
753,
730732
/**/

0 commit comments

Comments
 (0)