summaryrefslogtreecommitdiffstats
path: root/src/Make_mvc.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-12-06 21:30:29 +0100
committerBram Moolenaar <Bram@vim.org>2012-12-06 21:30:29 +0100
commit52cc266dae40df6f4cca2762b5feb9bf6f2a916f (patch)
tree58130616861c98c75e87d5b87980d813ab22da5b /src/Make_mvc.mak
parent21691f896a49f9bfc63eb1557958e85a7de1adbf (diff)
updated for version 7.3.754v7.3.754
Problem: Latest nmake is not recognized. Solution: Add nmake version 11.00.51106.1. (Raymond Ko)
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r--src/Make_mvc.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak
index ef75193e2b..4d8b6691bb 100644
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -413,6 +413,9 @@ MSVCVER = 10.0
!if "$(_NMAKE_VER)" == "11.00.50727.1"
MSVCVER = 11.0
!endif
+!if "$(_NMAKE_VER)" == "11.00.51106.1"
+MSVCVER = 11.0
+!endif
!endif
# Abort bulding VIM if version of VC is unrecognised.