We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e8db0 commit 806129aCopy full SHA for 806129a
bin/cfgwindows.cmd
@@ -1,8 +1,8 @@
1
rem
2
-rem Copyright (c) 2000, 2020, Oracle and/or its affiliates.
+rem Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3
4
rem Licensed under the Universal Permissive License v 1.0 as shown at
5
-rem http://oss.oracle.com/licenses/upl.
+rem https://oss.oracle.com/licenses/upl.
6
7
8
@echo off
@@ -119,6 +119,8 @@ if "x%VisualStudioVersion%"=="x" (
119
echo Environment variable VisualStudioVersion not set.
120
echo Assuming VS 2010...
121
set MSVC_VER=2010
122
+) else if "%VisualStudioVersion%"=="17.0" (
123
+ set MSVC_VER=2022
124
) else if "%VisualStudioVersion%"=="16.0" (
125
set MSVC_VER=2019
126
) else if "%VisualStudioVersion%"=="15.0" (
0 commit comments