Skip to content

Commit be079fa

Browse files
committed
NMake Makefiles: Allow building with VS2022
Add checks to distnguish between VS2019 and VS2022.
1 parent 0a9ee76 commit be079fa

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
@@ -93,8 +93,10 @@ VSVER = 12
9393
VSVER = 14
9494
!elseif $(VCVERSION) > 1909 && $(VCVERSION) < 1920
9595
VSVER = 15
96-
!elseif $(VCVERSION) > 1919 && $(VCVERSION) < 2000
96+
!elseif $(VCVERSION) > 1919 && $(VCVERSION) < 1930
9797
VSVER = 16
98+
!elseif $(VCVERSION) > 1929 && $(VCVERSION) < 2000
99+
VSVER = 17
98100
!else
99101
VSVER = 0
100102
!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