0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -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_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