[cmake-commits] alex committed cmExtraCodeBlocksGenerator.cxx 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Aug 30 11:36:46 EDT 2007


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

Modified Files:
	cmExtraCodeBlocksGenerator.cxx 
Log Message:

STYLE: "Build file" still doesn't work, but now it is at least a bit closer,
it needs some more support from CB

Alex


Index: cmExtraCodeBlocksGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExtraCodeBlocksGenerator.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- cmExtraCodeBlocksGenerator.cxx	29 Aug 2007 19:19:15 -0000	1.10
+++ cmExtraCodeBlocksGenerator.cxx	30 Aug 2007 15:36:44 -0000	1.11
@@ -207,7 +207,7 @@
   fout<<"         </Compiler>\n"
         "         <MakeCommands>\n"
         "            <Build command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), ti->first.c_str()) << "\" />\n"
-        "            <CompileFile command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), ti->first.c_str()) << "\" />\n"
+        "            <CompileFile command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), "&quot;$file&quot;") << "\" />\n"
         "            <Clean command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), "clean") << "\" />\n"
         "            <DistClean command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), "clean") << "\" />\n"
         "         </MakeCommands>\n"



More information about the Cmake-commits mailing list