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:
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user