bad evil nasty ken
This commit is contained in:
parent
2b2a9d73da
commit
5824302612
|
@ -472,13 +472,13 @@ void cmLocalVisualStudio6Generator::WriteCustomRule(std::ostream& fout,
|
||||||
libPath += "$(INTDIR)";
|
libPath += "$(INTDIR)";
|
||||||
libPath += dep;
|
libPath += dep;
|
||||||
libPath += ".exe";
|
libPath += ".exe";
|
||||||
fout << cmSystemTools::ConvertToOutputPath(libPath.c_str())
|
fout << "\\\n\t" <<
|
||||||
<< ";";
|
cmSystemTools::ConvertToOutputPath(libPath.c_str());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
fout << cmSystemTools::ConvertToOutputPath(d->c_str())
|
fout << "\\\n\t" <<
|
||||||
<< ";";
|
cmSystemTools::ConvertToOutputPath(d->c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fout << "\n";
|
fout << "\n";
|
||||||
|
|
Loading…
Reference in New Issue