From c85b3f87d1fe1247104acbdfb30680b0b06c70e4 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 2 Jun 2025 21:33:05 -0400 Subject: [PATCH] GNUmakefile follow-up --- sys/windows/GNUmakefile | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/sys/windows/GNUmakefile b/sys/windows/GNUmakefile index 98d561c2b..c8f765025 100644 --- a/sys/windows/GNUmakefile +++ b/sys/windows/GNUmakefile @@ -760,7 +760,32 @@ CLEAN_FILE += $(UTARGETS) $(UOBJS) # pacman -S ctags # -.PHONY: sfctool +.PHONEY: sfctool + +CONFIG_H = ../include/color.h ../include/config.h ../include/config1.h \ + ../include/coord.h ../include/cstd.h ../include/fnamesiz.h \ + ../include/global.h ../include/integer.h ../include/micro.h \ + ../include/patchlevel.h ../include/pcconf.h \ + ../include/tradstdc.h ../include/unixconf.h \ + ../include/vmsconf.h ../include/warnings.h \ + ../include/windconf.h +HACK_H = $(CONFIG_H) ../include/align.h ../include/artilist.h \ + ../include/attrib.h ../include/botl.h ../include/context.h \ + ../include/decl.h ../include/defsym.h ../include/display.h \ + ../include/dungeon.h ../include/engrave.h ../include/flag.h \ + ../include/hack.h ../include/lint.h ../include/mextra.h \ + ../include/mkroom.h ../include/monattk.h ../include/mondata.h \ + ../include/monflag.h ../include/monst.h ../include/monsters.h \ + ../include/nhlua.h ../include/obj.h ../include/objclass.h \ + ../include/objects.h ../include/permonst.h ../include/prop.h \ + ../include/quest.h ../include/rect.h ../include/region.h \ + ../include/rm.h ../include/savefile.h ../include/sfprocs.h \ + ../include/seffects.h ../include/selvar.h \ + ../include/skills.h ../include/sndprocs.h ../include/spell.h \ + ../include/stairs.h ../include/sym.h ../include/sys.h \ + ../include/timeout.h ../include/trap.h ../include/vision.h \ + ../include/weight.h ../include/winprocs.h \ + ../include/wintype.h ../include/you.h ../include/youprop.h OSFC = $(O)sfctool SFCTARGETS = $(U)sftags.exe $(GAMEDIR)/sfctool.exe