ide: AutoSetup minor patch #353

git-svn-id: svn://ultimatepp.org/upp/trunk@6125 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-05-28 09:47:21 +00:00
parent 2571608f27
commit 985c9a7e1d

View file

@ -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";