X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuildercli.cpp;h=bc18eed9f37366f4250cc2955d47026cba5f3b33;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=688a1db1b2df5a898cc1b62262e68e982bdc231d;hpb=6b84e1f5673888753cbe566c1365222ed33fd3ac;p=builder.git diff --git a/source/buildercli.cpp b/source/buildercli.cpp index 688a1db..bc18eed 100644 --- a/source/buildercli.cpp +++ b/source/buildercli.cpp @@ -15,19 +15,7 @@ using namespace std; using namespace Msp; BuilderCLI::BuilderCLI(int argc, char **argv): - RegisteredApplication("builder"), - analyzer(0), - build(false), - clean(0), - dry_run(false), - help(false), - show_progress(false), - build_file("Build"), - jobs(1), - conf_all(false), - conf_only(false), - build_all(false), - create_makefile(false) + RegisteredApplication("builder") { string analyze_mode; string work_dir;