]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.754 v7.3.754
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Dec 2012 20:30:29 +0000 (21:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Dec 2012 20:30:29 +0000 (21:30 +0100)
Problem:    Latest nmake is not recognized.
Solution:   Add nmake version 11.00.51106.1. (Raymond Ko)

src/Make_mvc.mak
src/version.c

index ef75193e2bbf1a02644d3f61c6bc576196d459a5..4d8b6691bb7003ae7629c3af3fc054a3a872a8b9 100644 (file)
@@ -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.
index 1bfaa82d8f2e47e4ab025d3031d4b0e1fd2bd33f..53be01c8876ef7e5741d10c1aaafd0e6f9bff45e 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    754,
 /**/
     753,
 /**/