mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
ide: AutoSetup minor patch #353
git-svn-id: svn://ultimatepp.org/upp/trunk@6125 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2571608f27
commit
985c9a7e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ void AutoSetup()
|
|||
if(!FileExists(AppendFileName(vc9_64, "cl.exe")))
|
||||
vc9_64 = AppendFileName(bin9, "VC\\Bin\\amd64");
|
||||
if(bin9.GetLength() && FileExists(AppendFileName(vc9_64, "cl.exe")))
|
||||
msc8.create64 = true;
|
||||
msc9.create64 = true;
|
||||
msc9.method64 <<= "MSC9x64";
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue