STYLE: fix line lengths
Alex
This commit is contained in:
parent
0eba9b638f
commit
e07cf9adc4
@ -188,8 +188,10 @@ void cmExtraCodeBlocksGenerator
|
|||||||
makefileName.c_str());
|
makefileName.c_str());
|
||||||
|
|
||||||
fout<<" <Target title=\"" << ti->first << "\">\n"
|
fout<<" <Target title=\"" << ti->first << "\">\n"
|
||||||
" <Option output=\"" << ti->second.GetLocation(0) << "\" prefix_auto=\"0\" extension_auto=\"0\" />\n"
|
" <Option output=\"" << ti->second.GetLocation(0)
|
||||||
" <Option working_dir=\"" << makefile->GetStartOutputDirectory() <<"\" />\n"
|
<< "\" prefix_auto=\"0\" extension_auto=\"0\" />\n"
|
||||||
|
" <Option working_dir=\"" <<makefile->GetStartOutputDirectory()
|
||||||
|
<<"\" />\n"
|
||||||
" <Option object_output=\"./\" />\n"
|
" <Option object_output=\"./\" />\n"
|
||||||
" <Option type=\"" << cbTargetType << "\" />\n"
|
" <Option type=\"" << cbTargetType << "\" />\n"
|
||||||
" <Option compiler=\"" << compiler << "\" />\n"
|
" <Option compiler=\"" << compiler << "\" />\n"
|
||||||
@ -207,10 +209,18 @@ void cmExtraCodeBlocksGenerator
|
|||||||
|
|
||||||
fout<<" </Compiler>\n"
|
fout<<" </Compiler>\n"
|
||||||
" <MakeCommands>\n"
|
" <MakeCommands>\n"
|
||||||
" <Build command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), ti->first.c_str()) << "\" />\n"
|
" <Build command=\""
|
||||||
" <CompileFile command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), ""$file"") << "\" />\n"
|
<< this->BuildMakeCommand(make, makefileName.c_str(), ti->first.c_str())
|
||||||
" <Clean command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), "clean") << "\" />\n"
|
<< "\" />\n"
|
||||||
" <DistClean command=\"" << this->BuildMakeCommand(make, makefileName.c_str(), "clean") << "\" />\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"
|
" </MakeCommands>\n"
|
||||||
" </Target>\n";
|
" </Target>\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user