[cmake-commits] hoffman committed cmLocalGenerator.cxx 1.181 1.182

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 23 16:44:15 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv14654

Modified Files:
	cmLocalGenerator.cxx 
Log Message:
ENH: add some debug stuff 


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- cmLocalGenerator.cxx	23 Feb 2007 14:46:27 -0000	1.181
+++ cmLocalGenerator.cxx	23 Feb 2007 21:44:13 -0000	1.182
@@ -1582,6 +1582,8 @@
       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;



More information about the Cmake-commits mailing list