From 4d33d00ad2d059c440e27a645b9f46a2047df42e Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 26 Dec 2025 12:37:28 -0500 Subject: [PATCH] update tested versions of Visual Studio 2025-12-26 --- sys/windows/Makefile.nmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 597f0ae2c..a6bae9d28 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -8,8 +8,8 @@ # MS Visual Studio Visual C++ compiler # # Visual Studio Compilers Tested: -# - Microsoft Visual Studio Community 2022 v 17.14.21 -# - Microsoft Visual Studio Community 2026 v 18.1.0 +# - Microsoft Visual Studio Community 2022 v 17.14.23 +# - Microsoft Visual Studio Community 2026 v 18.1.1 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1184,8 +1184,8 @@ rc=Rc.exe # is too old or untested. # # Recently tested versions: -TESTEDVS2022 = 14.44.35221.0 -TESTEDVS2026 = 14.50.35720.0 +TESTEDVS2022 = 14.44.35222.0 +TESTEDVS2026 = 14.50.35721.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)