]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.712 v7.3.712
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Oct 2012 03:35:34 +0000 (05:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Oct 2012 03:35:34 +0000 (05:35 +0200)
Problem:    Nmake from VS2010 SP1 is not recognized.
Solution:   Add the version number. (Ken Takata)

src/Make_mvc.mak
src/version.c

index 3ac29606b54afe13d39d6d95be010044433c438c..ef75193e2bbf1a02644d3f61c6bc576196d459a5 100644 (file)
@@ -407,6 +407,9 @@ MSVCVER = 10.0
 !if "$(_NMAKE_VER)" == "10.00.30319.01"
 MSVCVER = 10.0
 !endif
+!if "$(_NMAKE_VER)" == "10.00.40219.01"
+MSVCVER = 10.0
+!endif
 !if "$(_NMAKE_VER)" == "11.00.50727.1"
 MSVCVER = 11.0
 !endif
index 7968b722a86dbeab02bae464149310efd2d9ccd3..87d0e620c224c41c94f080cbf027e8195b4fcfa7 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    712,
 /**/
     711,
 /**/