]> granicus.if.org Git - vim/commitdiff
patch 7.4.727 v7.4.727
authorBram Moolenaar <Bram@vim.org>
Wed, 6 May 2015 04:51:50 +0000 (06:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 May 2015 04:51:50 +0000 (06:51 +0200)
Problem:    Cannot build GvimExt with MingW.
Solution:   Add -lgdi32.  (KF Leong)

src/GvimExt/Make_ming.mak
src/version.c

index 9c383b0b1f8154ebef35f34af8306efcca68666d..d1d060bfacd6951a8d1f2d9d8fdff4c59393a69c 100644 (file)
@@ -47,7 +47,7 @@ CXX := $(CROSS_COMPILE)g++
 WINDRES := $(CROSS_COMPILE)windres
 WINDRES_CXX = $(CXX)
 WINDRES_FLAGS = --preprocessor="$(WINDRES_CXX) -E -xc" -DRC_INVOKED
-LIBS :=  -luuid
+LIBS :=  -luuid -lgdi32
 RES  := gvimext.res
 DEFFILE = gvimext_ming.def
 OBJ  := gvimext.o
index 32c1ddeb31eba91b92df4aac6d4a3f6300c183f0..8e4711203999c1ae65f6436f12993218cb7f4bde 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    727,
 /**/
     726,
 /**/