Windows Makefile.msc update for more recent VS 2019

This commit is contained in:
nhmall
2020-05-15 17:49:50 -04:00
parent b42535fb2c
commit c1cd4eb0ae

View File

@@ -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