0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 7.4.727

Problem:    Cannot build GvimExt with MingW.
Solution:   Add -lgdi32.  (KF Leong)
This commit is contained in:
Bram Moolenaar
2015-05-06 06:51:50 +02:00
parent 1fd3e30ce9
commit 9c60161888
2 changed files with 3 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ CXX := $(CROSS_COMPILE)g++
WINDRES := $(CROSS_COMPILE)windres WINDRES := $(CROSS_COMPILE)windres
WINDRES_CXX = $(CXX) WINDRES_CXX = $(CXX)
WINDRES_FLAGS = --preprocessor="$(WINDRES_CXX) -E -xc" -DRC_INVOKED WINDRES_FLAGS = --preprocessor="$(WINDRES_CXX) -E -xc" -DRC_INVOKED
LIBS := -luuid LIBS := -luuid -lgdi32
RES := gvimext.res RES := gvimext.res
DEFFILE = gvimext_ming.def DEFFILE = gvimext_ming.def
OBJ := gvimext.o OBJ := gvimext.o

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
727,
/**/ /**/
726, 726,
/**/ /**/