Browse Source

ENH: add some debug stuff

Bill Hoffman 18 years ago
parent
commit
ae1d9e8b93
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/cmLocalGenerator.cxx

+ 2 - 0
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;