Files
build_infra/toolchain/tool_en/cl.bat
T
2026-06-16 10:23:51 +08:00

7 lines
81 B
Batchfile

@echo off
chcp 65001 >nul
set VSLANG=1033
"%~dp0cl.exe" %*
exit /b %errorlevel%