From c1cd4eb0ae82c27928f3ea0752e263afa953c108 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 15 May 2020 17:49:50 -0400 Subject: [PATCH] Windows Makefile.msc update for more recent VS 2019 --- sys/winnt/Makefile.msc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index ac24ed560..e37f89c2f 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -534,7 +534,7 @@ rc=Rc # Visual Studio we are using. We set VSVER to 0000 to flag any version that # is too old or untested. # -#NMAKE version 1421277022 is distributed with latest VS 2019 +#NMAKE version 1425286140 is distributed with latest VS 2019 #!MESSAGE $(MAKEFLAGS) #!MESSAGE $(MAKEDIR) @@ -558,7 +558,7 @@ VSVER=2013 VSVER=2015 !ELSEIF ($(MAKEVERSION) > 1411000000) && ($(MAKEVERSION) < 1416270312) VSVER=2017 -!ELSEIF ($(MAKEVERSION) > 1416270311) && ($(MAKEVERSION) < 1421277023) +!ELSEIF ($(MAKEVERSION) > 1416270311) && ($(MAKEVERSION) < 1425286141) VSVER=$(VSNEWEST) !ELSEIF ($(MAKEVERSION) > 1421277022) VSVER=2999 #untested future version