瀏覽代碼

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 年之前
父節點
當前提交
ae94a76b24
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"