Add Chromium-only Blender WebEngine parity work
This commit is contained in:
17
blender-5.2.0/build_files/windows/autodetect_msvc.cmd
Normal file
17
blender-5.2.0/build_files/windows/autodetect_msvc.cmd
Normal file
@@ -0,0 +1,17 @@
|
||||
echo No explicit msvc version requested, autodetecting version.
|
||||
|
||||
call "%~dp0\detect_msvc2019.cmd"
|
||||
if %ERRORLEVEL% EQU 0 goto DetectionComplete
|
||||
|
||||
call "%~dp0\detect_msvc2022.cmd"
|
||||
if %ERRORLEVEL% EQU 0 goto DetectionComplete
|
||||
|
||||
call "%~dp0\detect_msvc2026.cmd"
|
||||
if %ERRORLEVEL% EQU 0 goto DetectionComplete
|
||||
|
||||
echo Compiler Detection failed. Use verbose switch for more information.
|
||||
exit /b 1
|
||||
|
||||
:DetectionComplete
|
||||
echo Compiler Detection successful, detected VS%BUILD_VS_YEAR%
|
||||
exit /b 0
|
||||
Reference in New Issue
Block a user