Explorar o código

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 %!s(int64=18) %!d(string=hai) anos
pai
achega
ae94a76b24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"