From b96762cdf0ec60035ea83629d1a319295085d74d Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 15 Feb 2024 09:29:34 -0500 Subject: [PATCH] update tested versions of Visual Studio 2024-02-15 --- sys/windows/Makefile.nmake | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 84c40792e..9d81d23c4 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -8,9 +8,9 @@ # MS Visual Studio Visual C++ compiler # # 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.6 +# - 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.0 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -974,8 +974,8 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2017 = 14.16.27051.0 -TESTEDVS2019 = 14.29.30153.0 -TESTEDVS2022 = 14.38.33135.0 +TESTEDVS2019 = 14.29.30154.0 +TESTEDVS2022 = 14.39.33519.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)