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:
Christian Brabandt
2025-12-13 18:43:27 +01:00
parent 4438b8e071
commit b5cf53b8b1
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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,
/**/ /**/