From 25fc7ea2f53409bb3d83465c42b7806666b17b57 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 21 Aug 2022 11:51:15 -0400 Subject: [PATCH] update tested versions of Visual Studio --- sys/windows/Makefile.nmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 3ef4f54a0..2bf35ebc3 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.49 -# - Microsoft Visual Studio 2019 Community Edition v 16.11.17 -# - Microsoft Visual Studio 2022 Community Edition v 17.2.6 +# - Microsoft Visual Studio 2017 Community Edition v 15.9.50 +# - Microsoft Visual Studio 2019 Community Edition v 16.11.18 +# - Microsoft Visual Studio 2022 Community Edition v 17.3.1 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -631,7 +631,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2017 = 14.16.27048.0 TESTEDVS2019 = 14.29.30146.0 -TESTEDVS2022 = 14.32.31332.0 +TESTEDVS2022 = 14.33.31629.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)