BUG: Removed generation of stray # Begin Custom Build line.
This commit is contained in:
parent
705f45ed5e
commit
1ede7e4e24
@ -318,7 +318,6 @@ void cmDSPWriter::WriteCustomRule(std::ostream& fout,
|
|||||||
{
|
{
|
||||||
fout << "!ELSEIF \"$(CFG)\" == " << i->c_str() << std::endl;
|
fout << "!ELSEIF \"$(CFG)\" == " << i->c_str() << std::endl;
|
||||||
}
|
}
|
||||||
fout << "# Begin Custom Build\n\n";
|
|
||||||
|
|
||||||
// Write out the dependencies (this seems to be the only way to
|
// Write out the dependencies (this seems to be the only way to
|
||||||
// get VC6 to actually take these dependencies into account.
|
// get VC6 to actually take these dependencies into account.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user