From b783b3daad48067adf0ab981ea92c223563939f4 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 6 Feb 2024 15:33:47 -0500 Subject: [PATCH] update tested versions of Visual Studio 2024-02-06 --- 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 7c583dde0..f8e56a9ae 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.59 # - Microsoft Visual Studio 2019 Community Edition v 16.11.33 -# - Microsoft Visual Studio 2022 Community Edition v 17.8.4 +# - Microsoft Visual Studio 2022 Community Edition v 17.8.6 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -972,7 +972,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2017 = 14.16.27051.0 TESTEDVS2019 = 14.29.30153.0 -TESTEDVS2022 = 14.38.33134.0 +TESTEDVS2022 = 14.38.33135.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)