]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.702 v7.3.702
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Oct 2012 00:41:08 +0000 (02:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Oct 2012 00:41:08 +0000 (02:41 +0200)
Problem:    Nmake from VS6 service pack 6 is not recognized.
Solution:   Detect the version number. (Jiri Sedlak)

src/Make_mvc.mak
src/version.c

index 357b677f0e4bff6ae8235ff7059761dcb223e3ae..3ac29606b54afe13d39d6d95be010044433c438c 100644 (file)
@@ -373,6 +373,10 @@ MSVCVER = 5.0
 MSVCVER = 6.0
 CPU = ix86
 !endif
+!if "$(_NMAKE_VER)" == "6.00.9782.0"
+MSVCVER = 6.0
+CPU = ix86
+!endif
 !if "$(_NMAKE_VER)" == "7.00.9466"
 MSVCVER = 7.0
 !endif
index 6afb9d16b34dec1b5e037c18c1434b590752b40c..14d4c8f7870f178ffc27ce4d3118c971ce7beeb2 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    702,
 /**/
     701,
 /**/