From 8845ead90723d5b6d79494fa18fbb8877f74910c Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 14 Sep 2023 10:18:07 -0400 Subject: [PATCH] update tested versions of Visual Studio 2023-09-14 --- sys/windows/Makefile.nmake | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index bf7621f5e..2e1fcd30f 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.56 -# - Microsoft Visual Studio 2019 Community Edition v 16.11.29 -# - Microsoft Visual Studio 2022 Community Edition v 17.7.0 +# - Microsoft Visual Studio 2017 Community Edition v 15.9.57 +# - Microsoft Visual Studio 2019 Community Edition v 16.11.30 +# - Microsoft Visual Studio 2022 Community Edition v 17.7.4 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -970,9 +970,9 @@ rc=Rc.exe # is too old or untested. # # Recently tested versions: -TESTEDVS2017 = 14.16.27050.0 -TESTEDVS2019 = 14.29.30151.0 -TESTEDVS2022 = 14.37.32822.0 +TESTEDVS2017 = 14.16.27051.0 +TESTEDVS2019 = 14.29.30152.0 +TESTEDVS2022 = 14.37.32824.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)