Browse Source

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

Alex

Alexander Neundorf 18 years ago
parent
commit
ae94a76b24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmExtraCodeBlocksGenerator.cxx

+ 1 - 1
Source/cmExtraCodeBlocksGenerator.cxx

@@ -207,7 +207,7 @@ void cmExtraCodeBlocksGenerator
   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"