mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-30 06:12:22 -06:00
ide: MSC12 builder fix (thank rxantos)
git-svn-id: svn://ultimatepp.org/upp/trunk@8269 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
11bacf5f3a
commit
65066e81b9
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ bool MscBuilder::BuildPackage(const String& package, Vector<String>& linkfile, V
|
|||
return false;
|
||||
}
|
||||
bool isgemsc10 = HasFlag("MSC10") || HasFlag("MSC10X64") || HasFlag("MSC11")
|
||||
|| HasFlag("MSC11X64") || HasFlag("MSC12X64");
|
||||
|| HasFlag("MSC11X64") || HasFlag("MSC12") || HasFlag("MSC12X64");
|
||||
Vector<Host::FileInfo> objinfo = host->GetFileInfo(obj);
|
||||
for(int i = 0; i < obj.GetCount(); i++)
|
||||
if(objinfo[i] > producttime) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue