From ae1d9e8b9357c938cfc51074dc4a52d015527948 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 23 Feb 2007 16:44:13 -0500 Subject: ENH: add some debug stuff --- Source/cmLocalGenerator.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 3c27da9..e9297f9 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -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; -- cgit v0.12