From b0e24236e33fe6a6d6d3966581fbc17e0230f805 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 12 Jun 2026 06:07:27 -0400 Subject: [PATCH] update tested versions of Visual Studio 2026-06-12 --- 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 a90c673c3..1029b68a9 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.33 -# - Microsoft Visual Studio Community 2026 v 18.6.2 +# - Microsoft Visual Studio Community 2026 v 18.7.0 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1204,8 +1204,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2022 = 14.44.35225.0 -TESTEDVS2026 = 14.51.36244.0 -TESTEDVS2026 = 14.51.36246.0 +TESTEDVS2026 = 14.51.36247.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)