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

6 lines
82 B
Batchfile

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