353_uppsrc_fix.diff

The diff file to apply for uppsrc directory (the fix) - Sender Ghost, 05/28/2013 09:23 AM

Download (462 Bytes)

View differences:

uppsrc/ide/AutoSetup.cpp 2013-05-28 11:17:40 +0400
164 164
	if(!FileExists(AppendFileName(vc9_64, "cl.exe")))
165 165
		vc9_64 = AppendFileName(bin9, "VC\\Bin\\amd64");
166 166
	if(bin9.GetLength() && FileExists(AppendFileName(vc9_64, "cl.exe")))
167
		msc8.create64 = true;
167
		msc9.create64 = true;
168 168
	msc9.method64 <<= "MSC9x64";
169 169

  
170 170