Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit b979e42

Browse files
author
Allen Webster
committed
extend CL setup helper script to include 2022
1 parent 194a834 commit b979e42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

custom/bin/setup_cl_generic.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ IF NOT DEFINED LIB (IF EXIST "%VC_PATH%" (call "%VC_PATH%\VC\Auxiliary\Build\vcv
2929
SET VC_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional
3030
IF NOT DEFINED LIB (IF EXIST "%VC_PATH%" (call "%VC_PATH%\VC\Auxiliary\Build\vcvarsall.bat" %1))
3131

32+
SET VC_PATH=C:\Program Files\Microsoft Visual Studio\2022\Community
33+
IF NOT DEFINED LIB (IF EXIST "%VC_PATH%" (call "%VC_PATH%\VC\Auxiliary\Build\vcvarsall.bat" %1))
34+
35+
SET VC_PATH=C:\Program Files\Microsoft Visual Studio\2022\Professional
36+
IF NOT DEFINED LIB (IF EXIST "%VC_PATH%" (call "%VC_PATH%\VC\Auxiliary\Build\vcvarsall.bat" %1))
37+

0 commit comments

Comments
 (0)