From 5fe7c4d12e4c5687ed4448b1c6a872291a7de60d Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 6 Aug 2025 21:27:25 -0400 Subject: [PATCH] update tested versions of Visual Studio 2025-08-06 --- sys/windows/Makefile.nmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 7aac1a3bf..53ad84616 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -9,7 +9,7 @@ # # Visual Studio Compilers Tested: # - Microsoft Visual Studio 2019 Community Edition v 16.11.42 -# - Microsoft Visual Studio 2022 Community Edition v 17.14.9 +# - Microsoft Visual Studio 2022 Community Edition v 17.14.11 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1180,6 +1180,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2019 = 14.29.30157.0 TESTEDVS2022 = 14.44.35213.0 +TESTEDVS2022 = 14.44.35214.0 VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)