From 6b92be3656a11a46abd0f15108e8d96d3d9ebb95 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 2 May 2026 14:12:40 -0400 Subject: [PATCH] Windows nmake build fix for 5.0.0 --- sys/windows/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index f97790e5f..f2bfe1e19 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -2785,11 +2785,11 @@ $(SndWavDir)sa2_xplevelup.wav: $(SndWavDir)sa2_xplevelup.uu $(U)uudecode.exe #=============================================================================== PKGFILES = nethackrc.template Guidebook.txt license NetHack.exe NetHack.txt \ - NetHackW.exe opthelp nhdat370 record symbols \ + NetHackW.exe opthelp nhdat500 record symbols \ sysconf.template $(SFCTOOLBASENAM) FILESTOZIP = $(BinDir)nethackrc.template $(BinDir)Guidebook.txt $(BinDir)license \ $(BinDir)NetHack.exe $(BinDir)NetHack.txt $(BinDir)NetHackW.exe \ - $(BinDir)opthelp $(BinDir)nhdat370 $(BinDir)record \ + $(BinDir)opthelp $(BinDir)nhdat500 $(BinDir)record \ $(BinDir)symbols $(BinDir)sysconf.template $(SFCTOOLPKG) DBGSYMS = NetHack.PDB NetHackW.PDB $(SFCTOOLPDBNAM)