STYLE: "Build file" still doesn't work, but now it is at least a bit closer,

it needs some more support from CB

Alex
This commit is contained in:
Alexander Neundorf 2007-08-30 11:36:44 -04:00
parent 291b3d0543
commit ae94a76b24

View File

@ -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"