]> granicus.if.org Git - vim/commitdiff
patch 7.4.794 v7.4.794
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Jul 2015 18:22:12 +0000 (20:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Jul 2015 18:22:12 +0000 (20:22 +0200)
Problem:    Visual Studio 2015 is not recognized.
Solution:   Add the version numbers to the makefile. (Taro Muraoka)

src/Make_mvc.mak
src/version.c

index 722127deb6c04f40d2762511dd79214baa520e45..7cb72453988c3a455b35cbdf8bc8f0ff554a0b85 100644 (file)
@@ -446,7 +446,7 @@ MSVCVER = 11.0
 !if "$(_NMAKE_VER)" == "12.00.21005.1"
 MSVCVER = 12.0
 !endif
-!if ("$(_NMAKE_VER)" == "14.00.22609.0") || ("$(_NMAKE_VER)" == "14.00.22816.0")
+!if ("$(_NMAKE_VER)" == "14.00.22609.0") || ("$(_NMAKE_VER)" == "14.00.22816.0") || ("$(_NMAKE_VER)" == "14.00.23026.0")
 MSVCVER = 14.0
 !endif
 !endif
index fa4cabf8ec81ebeccb48ff15169b1237bbfee306..a29c9fb95e00f6513135c2c67651763bec582ed4 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    794,
 /**/
     793,
 /**/