Skip to content

Commit 806129a

Browse files
committed
Add support for VS2022
[git-p4: depot-paths = "//dev/main.cpp/": change = 111771]
1 parent c0e8db0 commit 806129a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/cfgwindows.cmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
rem
2-
rem Copyright (c) 2000, 2020, Oracle and/or its affiliates.
2+
rem Copyright (c) 2000, 2024, Oracle and/or its affiliates.
33
rem
44
rem Licensed under the Universal Permissive License v 1.0 as shown at
5-
rem http://oss.oracle.com/licenses/upl.
5+
rem https://oss.oracle.com/licenses/upl.
66
rem
77

88
@echo off
@@ -119,6 +119,8 @@ if "x%VisualStudioVersion%"=="x" (
119119
echo Environment variable VisualStudioVersion not set.
120120
echo Assuming VS 2010...
121121
set MSVC_VER=2010
122+
) else if "%VisualStudioVersion%"=="17.0" (
123+
set MSVC_VER=2022
122124
) else if "%VisualStudioVersion%"=="16.0" (
123125
set MSVC_VER=2019
124126
) else if "%VisualStudioVersion%"=="15.0" (

0 commit comments

Comments
 (0)