首次提交
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
set VSLANG=1033
|
||||
|
||||
|
||||
"%~dp0cl.exe" %*
|
||||
exit /b %errorlevel%
|
||||
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
set VSLANG=1033
|
||||
|
||||
"%~dp0link.exe" %*
|
||||
exit /b %errorlevel%
|
||||
Reference in New Issue
Block a user