X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=2f70fbd32a14257583e40cd07437f3f22b1af254;hb=93c0466ccf46aa3d43541a1aa6a75192d237b3eb;hp=b10d4600168b99aa3abdde1fe20b9bfb73e3e964;hpb=23477a725988c3c896c2853c2417054c1310dabc;p=builder.git diff --git a/source/builder.h b/source/builder.h index b10d460..2f70fbd 100644 --- a/source/builder.h +++ b/source/builder.h @@ -11,7 +11,6 @@ #include "buildtype.h" #include "config.h" #include "logger.h" -#include "misc.h" #include "packagemanager.h" #include "problem.h" #include "target.h" @@ -46,9 +45,11 @@ public: typedef std::map TargetMap; private: + typedef std::list NameList; typedef std::map BuildTypeMap; + typedef std::list ProblemList; - StringList cmdline_targets; + NameList cmdline_targets; Config::InputOptions cmdline_options; Msp::FS::Path cwd; @@ -74,7 +75,7 @@ private: bool show_progress; std::string build_file; unsigned jobs; - StringList what_if; + NameList what_if; bool conf_all; bool conf_only; bool build_all;