mirror of
https://github.com/vim/vim.git
synced 2025-12-13 20:36:39 +01:00
patch 9.1.1977: MS-Windows: missing dependency on optiondefs.h in Make_cyg_ming.mak
Problem: MS-Windows: missing dependency on optiondefs.h in Mingw and
Cygwin Makefile (Mao-Yining)
Solution: Update $INCL variable
fixes: #18915
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -1252,8 +1252,9 @@ nvcmdidxs: nv_cmds.h
|
|||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
INCL = vim.h alloc.h ascii.h ex_cmds.h feature.h errors.h globals.h \
|
INCL = vim.h alloc.h ascii.h ex_cmds.h feature.h errors.h globals.h \
|
||||||
keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \
|
keymap.h macros.h option.h optiondefs.h os_dos.h os_win32.h \
|
||||||
spell.h structs.h termdefs.h beval.h $(NBDEBUG_INCL)
|
proto.h regexp.h spell.h structs.h termdefs.h beval.h \
|
||||||
|
$(NBDEBUG_INCL)
|
||||||
GUI_INCL = gui.h
|
GUI_INCL = gui.h
|
||||||
ifeq ($(DIRECTX),yes)
|
ifeq ($(DIRECTX),yes)
|
||||||
GUI_INCL += gui_dwrite.h
|
GUI_INCL += gui_dwrite.h
|
||||||
|
|||||||
@@ -734,6 +734,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 */
|
||||||
|
/**/
|
||||||
|
1977,
|
||||||
/**/
|
/**/
|
||||||
1976,
|
1976,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user