X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuildercli.h;h=efc2cc9bdc5431d4541ac2903d1d79a7c0c5835c;hb=74ea8208bb1aa1d9afc9657a4cdfac6714241887;hp=42ed0c350d81d62f584b9c13e42377362fe14c37;hpb=8170b77be8c1ec66f4e860fe88dafa791031e57f;p=builder.git diff --git a/source/buildercli.h b/source/buildercli.h index 42ed0c3..efc2cc9 100644 --- a/source/buildercli.h +++ b/source/buildercli.h @@ -6,6 +6,9 @@ class Analyzer; +/** +Provides a command-line interface for Builder. +*/ class BuilderCLI: public Msp::RegisteredApplication { private: @@ -40,6 +43,7 @@ public: private: bool prepare_build(); + Target *resolve_target(const std::string &); void package_help(); };