Skip to content

Commit a95f3ba

Browse files
fanc999-1kjellahl
authored andcommitted
NMake Makefiles: Support Visual Studio 2019 better
We ought to separate Visual Studio 2019 from 2017, by all means
1 parent a179047 commit a95f3ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MSVC_NMake/detectenv-msvc.mak

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ VSVER = 11
8989
VSVER = 12
9090
!elseif $(VCVERSION) > 1899 && $(VCVERSION) < 1910
9191
VSVER = 14
92-
!elseif $(VCVERSION) > 1909 && $(VCVERSION) < 2000
92+
!elseif $(VCVERSION) > 1909 && $(VCVERSION) < 1920
9393
VSVER = 15
94+
!elseif $(VCVERSION) > 1919 && $(VCVERSION) < 2000
95+
VSVER = 16
9496
!else
9597
VSVER = 0
9698
!endif

0 commit comments

Comments
 (0)