mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Setting link language to en-US
This commit is contained in:
parent
04126a7e40
commit
3c9dfc4bef
1 changed files with 1 additions and 0 deletions
|
@ -1104,6 +1104,7 @@ namespace IDE
|
||||||
}
|
}
|
||||||
|
|
||||||
var runCmd = gApp.QueueRun(linkerPath, linkLine, gApp.mInstallDir, .UTF16WithBom);
|
var runCmd = gApp.QueueRun(linkerPath, linkLine, gApp.mInstallDir, .UTF16WithBom);
|
||||||
|
runCmd.mEnvVars = new .() { (new String("VSLANG"), new String("1033")) };
|
||||||
runCmd.mOnlyIfNotFailed = true;
|
runCmd.mOnlyIfNotFailed = true;
|
||||||
var tagetCompletedCmd = new IDEApp.TargetCompletedCmd(project);
|
var tagetCompletedCmd = new IDEApp.TargetCompletedCmd(project);
|
||||||
tagetCompletedCmd.mOnlyIfNotFailed = true;
|
tagetCompletedCmd.mOnlyIfNotFailed = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue