ENH: add some debug stuff

This commit is contained in:
Bill Hoffman 2007-02-23 17:07:57 -05:00
parent ae1d9e8b93
commit 77ad2d62c2

View File

@ -1583,7 +1583,7 @@ void cmLocalGenerator::OutputLinkLibraries(std::ostream& fout,
{
#ifdef __QNX__
std::cerr << itr->c_str() << "\n";
std::cerr << this->Convert(itr->c_str()) << "\n";
std::cerr << this->Convert(itr->c_str(), NONE, SHELL, false) << "\n";
fout << runtimeSep << this->Convert(itr->c_str(), NONE, SHELL, false);
#else
fout << runtimeSep << *itr;