From 53e4e2e12a8a637345c2eefc168bd49af68703bc Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 15 Apr 2024 12:12:47 -0400 Subject: [PATCH] update Makefile.mingw32 res file dependencies --- sys/windows/Makefile.mingw32 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/windows/Makefile.mingw32 b/sys/windows/Makefile.mingw32 index 29067442c..08af5ca92 100644 --- a/sys/windows/Makefile.mingw32 +++ b/sys/windows/Makefile.mingw32 @@ -1081,7 +1081,8 @@ $(ONHW)/%.o: $(WSHR)/%.c $(NHLUAH) | $(ONHW) $(ONHW)/%.o: $(WCURSES)/%.c $(NHLUAH) | $(ONHW) $(cc) $(CFLAGSW) $(PDCINCL) $< -o$@ -$(NHWRES): $(MSWIN)/NetHackW.rc $(BMPS) $(WAV) $(MSWIN)/NetHack.ico | $(ONHW) +$(NHWRES): $(MSWIN)/NetHackW.exe.manifest $(MSWIN)/NetHackW.rc \ + $(BMPS) $(WAV) $(MSWIN)/NetHack.ico | $(ONHW) $(rc) --include-dir=$(MSWIN) $(RCFLAGS) --input=$< -o$@ $(MSWIN)/tiles.bmp: $(U)tile2bmp.exe $(TILEFILES)