summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraCodeBlocksGenerator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-30 15:36:44 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-30 15:36:44 (GMT)
commitae94a76b24f4aae3db6d56bc9a4835f2ba94e352 (patch)
tree488e9610a143b0bc2d7b8790f16925d1b31014c6 /Source/cmExtraCodeBlocksGenerator.cxx
parent291b3d05437456bbb9a692b4982de353dc2422ee (diff)
downloadCMake-ae94a76b24f4aae3db6d56bc9a4835f2ba94e352.zip
CMake-ae94a76b24f4aae3db6d56bc9a4835f2ba94e352.tar.gz
CMake-ae94a76b24f4aae3db6d56bc9a4835f2ba94e352.tar.bz2
STYLE: "Build file" still doesn't work, but now it is at least a bit closer,
it needs some more support from CB Alex
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.cxx')
-rw-r--r--Source/cmExtraCodeBlocksGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx
index a5657d7..0c15596 100644
--- a/Source/cmExtraCodeBlocksGenerator.cxx
+++ b/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"