From 99c888f3930becd12c97219b13430a2d26b09873 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 10 Dec 2025 07:21:47 -0500 Subject: [PATCH] update tested versions of Visual Studio 2025-12-10 --- sys/windows/Makefile.nmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 7977841ce..597f0ae2c 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -9,7 +9,7 @@ # # Visual Studio Compilers Tested: # - Microsoft Visual Studio Community 2022 v 17.14.21 -# - Microsoft Visual Studio Community 2026 v 18.0.2 +# - Microsoft Visual Studio Community 2026 v 18.1.0 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1185,8 +1185,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2022 = 14.44.35221.0 -# Other versions: -TESTEDVS2026 = 14.50.35719.0 +TESTEDVS2026 = 14.50.35720.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)