Skip to content

Commit 3689772

Browse files
committed
NMake Makefiles: Support building with VS2022
Make the VS2019 builds distinct from VS2022 builds.
1 parent 657b1b1 commit 3689772

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

MSVC_NMake/detectenv-msvc.mak

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,12 @@ PDBVER = 14
9898
!if $(VCVERSION) > 1909 && $(VCVERSION) < 1920
9999
VSVER_SUFFIX = 1
100100
VSVER = 15
101-
!elseif $(VCVERSION) > 1919 && $(VCVERSION) < 2000
101+
!elseif $(VCVERSION) > 1919 && $(VCVERSION) < 1930
102102
VSVER_SUFFIX = 2
103103
VSVER = 16
104+
!elseif $(VCVERSION) > 1929 && $(VCVERSION) < 2000
105+
VSVER_SUFFIX = 3
106+
VSVER = 17
104107
!else
105108
VSVER = $(PDBVER)
106109
!endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy