mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.3.012
Problem: Problems building with MingW. Solution: Adjust the MingW makefiles. (Jon)
This commit is contained in:
@@ -33,7 +33,7 @@ DEL = del
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
CXX := $(CROSS_COMPILE)g++
|
CXX := $(CROSS_COMPILE)g++
|
||||||
WINDRES := $(CROSS_COMPILE)windres
|
WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CXX) -E -xc" -
|
||||||
LIBS := -luuid
|
LIBS := -luuid
|
||||||
RES := gvimext.res
|
RES := gvimext.res
|
||||||
DEFFILE = gvimext_ming.def
|
DEFFILE = gvimext_ming.def
|
||||||
|
@@ -303,7 +303,7 @@ DIRSLASH = \\
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
CC := $(CROSS_COMPILE)gcc
|
CC := $(CROSS_COMPILE)gcc
|
||||||
WINDRES := $(CROSS_COMPILE)windres
|
WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CC) -E -xc" -
|
||||||
|
|
||||||
#>>>>> end of choices
|
#>>>>> end of choices
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
@@ -714,6 +714,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 */
|
||||||
|
/**/
|
||||||
|
12,
|
||||||
/**/
|
/**/
|
||||||
11,
|
11,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user