mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
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:
@@ -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(), ""$file"") << "\" />\n"
|
||||
" <Clean command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), "clean") << "\" />\n"
|
||||
" <DistClean command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), "clean") << "\" />\n"
|
||||
" </MakeCommands>\n"
|
||||
|
||||
Reference in New Issue
Block a user