ENH: add some debug stuff

This commit is contained in:
Bill Hoffman 2007-02-23 16:44:13 -05:00
parent da72f0a07a
commit ae1d9e8b93

View File

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