From: Bram Moolenaar Date: Fri, 23 Nov 2012 20:47:22 +0000 (+0100) Subject: updated for version 7.3.727 X-Git-Tag: v7.3.727 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7331304fd31c3cd488dd3b31acc8743914523eb0;p=thirdparty%2Fvim.git updated for version 7.3.727 Problem: Can't always find Win32.mak when building GvimExt. Solution: Use same mechanism as in Make_mvc.mak. (Cade Foster) --- diff --git a/src/GvimExt/Makefile b/src/GvimExt/Makefile index 24880253d6..5c598c1a29 100644 --- a/src/GvimExt/Makefile +++ b/src/GvimExt/Makefile @@ -10,7 +10,11 @@ APPVER=4.0 NODEBUG = 1 !endif -!include +!ifdef SDK_INCLUDE_DIR +!include $(SDK_INCLUDE_DIR)\Win32.mak +!else +!include +!endif all: gvimext.dll diff --git a/src/version.c b/src/version.c index 62dd602f57..4614354739 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 727, /**/ 726, /**/