]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1977: MS-Windows: missing dependency on optiondefs.h in Make_cyg_ming.mak v9.1.1977
authorChristian Brabandt <cb@256bit.org>
Sat, 13 Dec 2025 17:43:27 +0000 (18:43 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 13 Dec 2025 17:43:27 +0000 (18:43 +0100)
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>
src/Make_cyg_ming.mak
src/version.c

index bb84cd9c51e7ba82013c528260044f0eb448c31a..9ec5ef8e0881101fe502d8a164b883e0fb4b4188 100644 (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 \
-       keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \
-       spell.h structs.h termdefs.h beval.h $(NBDEBUG_INCL)
+       keymap.h macros.h option.h optiondefs.h os_dos.h os_win32.h \
+       proto.h regexp.h spell.h structs.h termdefs.h beval.h \
+       $(NBDEBUG_INCL)
 GUI_INCL = gui.h
 ifeq ($(DIRECTX),yes)
 GUI_INCL += gui_dwrite.h
index da7c9d60f7ae5762ada065849346a077f809aaaf..5b8802631ad1e715252f0b739480045782ddb33f 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1977,
 /**/
     1976,
 /**/