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

6 lines
67 B
Batchfile

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