From 058e0cf18c2aca99a90d95aba24503f1e2011d5b Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 21 Mar 2024 11:24:40 -0400 Subject: [PATCH] update tested versions of Visual Studio 2024-03-21 --- sys/windows/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 0e5b9e0db..95bf151f2 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -10,7 +10,7 @@ # Visual Studio Compilers Tested: # - Microsoft Visual Studio 2017 Community Edition v 15.9.60 # - Microsoft Visual Studio 2019 Community Edition v 16.11.34 -# - Microsoft Visual Studio 2022 Community Edition v 17.9.3 +# - Microsoft Visual Studio 2022 Community Edition v 17.9.4 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -985,7 +985,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2017 = 14.16.27051.0 TESTEDVS2019 = 14.29.30154.0 -TESTEDVS2022 = 14.39.33522.0 +TESTEDVS2022 = 14.39.33523.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)