fix for bad assumption
This commit is contained in:
parent
7885db5eaf
commit
40a985a38d
|
@ -312,7 +312,7 @@ void cmLocalVisualStudio6Generator::WriteDSPFile(std::ostream& fout,
|
|||
}
|
||||
else
|
||||
{
|
||||
srcFilesToProcess.push(dep);
|
||||
srcFilesToProcess.push(outsf->GetCustomCommand()->GetDepends()[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue