From d4dabbfa8dc40024ef9126cedf98711efef0bb65 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 1 Mar 2024 09:33:00 -0500 Subject: [PATCH] update tested versions of Visual Studio 2024-03-01 --- 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 ab15dce8b..31fd47279 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.1 +# - Microsoft Visual Studio 2022 Community Edition v 17.9.2 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -975,8 +975,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2017 = 14.16.27051.0 TESTEDVS2019 = 14.29.30154.0 -TESTEDVS2022 = 14.39.33519.0 -TESTEDVS2022 = 14.39.33520.0 +TESTEDVS2022 = 14.39.33521.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)