]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.727 v7.3.727
authorBram Moolenaar <Bram@vim.org>
Fri, 23 Nov 2012 20:47:22 +0000 (21:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 23 Nov 2012 20:47:22 +0000 (21:47 +0100)
Problem:    Can't always find Win32.mak when building GvimExt.
Solution:   Use same mechanism as in Make_mvc.mak. (Cade Foster)

src/GvimExt/Makefile
src/version.c

index 24880253d65c167abd91645ff0a020b36ebadaae..5c598c1a29329b5443df00fd6ba02570d3ed7d03 100644 (file)
@@ -10,7 +10,11 @@ APPVER=4.0
 NODEBUG = 1
 !endif
 
-!include <win32.mak>
+!ifdef SDK_INCLUDE_DIR
+!include $(SDK_INCLUDE_DIR)\Win32.mak
+!else
+!include <Win32.mak>
+!endif
 
 all: gvimext.dll
 
index 62dd602f57df3ff0f74e5744b7d2e109b801f280..4614354739090b5d8773caa5aaac1bc8d4248175 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    727,
 /**/
     726,
 /**/