mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 14:30:27 +00:00
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 += dep;
|
||||
libPath += ".exe";
|
||||
fout << cmSystemTools::ConvertToOutputPath(libPath.c_str())
|
||||
<< ";";
|
||||
fout << "\\\n\t" <<
|
||||
cmSystemTools::ConvertToOutputPath(libPath.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
fout << cmSystemTools::ConvertToOutputPath(d->c_str())
|
||||
<< ";";
|
||||
fout << "\\\n\t" <<
|
||||
cmSystemTools::ConvertToOutputPath(d->c_str());
|
||||
}
|
||||
}
|
||||
fout << "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user