]> granicus.if.org Git - nethack/commitdiff
sys/winnt/Makefile.msc update for VS 2019 16.7.2
authornhmall <nhmall@nethack.org>
Wed, 26 Aug 2020 02:41:54 +0000 (22:41 -0400)
committernhmall <nhmall@nethack.org>
Wed, 26 Aug 2020 02:41:54 +0000 (22:41 -0400)
sys/winnt/Makefile.msc

index 7b93148f4a4d2ecc12d2d7424e6c8cee2e1934b9..be7fdcce2096fa7bb39165eb48e33bb0abdf196a 100644 (file)
@@ -542,7 +542,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 1426288060 is distributed with latest VS 2019
+#NMAKE version 1427291110 is distributed with latest VS 2019
 
 #!MESSAGE $(MAKEFLAGS)
 #!MESSAGE $(MAKEDIR)
@@ -566,9 +566,9 @@ VSVER=2013
 VSVER=2015
 !ELSEIF ($(MAKEVERSION) > 1411000000) && ($(MAKEVERSION) < 1416270312)
 VSVER=2017
-!ELSEIF ($(MAKEVERSION) > 1416270311) && ($(MAKEVERSION) < 1426288061)
+!ELSEIF ($(MAKEVERSION) > 1416270311) && ($(MAKEVERSION) < 1427291111)
 VSVER=$(VSNEWEST)
-!ELSEIF ($(MAKEVERSION) > 1426288060)
+!ELSEIF ($(MAKEVERSION) > 1427291110)
 VSVER=2999              #untested future version
 !ENDIF