From cccb0303ed80ebc193a9e6366ebeda8bf6dcb96a Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 12 Feb 2026 07:01:52 -0500 Subject: [PATCH] update tested versions of Visual Studio 2026-02-12 --- sys/windows/Makefile.nmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index aa713f1c7..074a0c15f 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.25 -# - Microsoft Visual Studio Community 2026 v 18.2.1 +# - Microsoft Visual Studio Community 2022 v 17.14.26 +# - Microsoft Visual Studio Community 2026 v 18.3.0 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1189,7 +1189,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2022 = 14.44.35222.0 -TESTEDVS2026 = 14.50.35723.0 +TESTEDVS2026 = 14.50.35724.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)