bad evil nasty ken

This commit is contained in:
Ken Martin 2003-08-28 16:10:44 -04:00
parent 2b2a9d73da
commit 5824302612
1 changed files with 4 additions and 4 deletions

View File

@ -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";