X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fbuilder.h;h=a4fc14b5d8b8343c99ca7fbacb0db7faafe7a73b;hb=409a427f912f9c203b102beed0816b53b250931f;hp=9dca6f025fceeb8bf8a010d8480dbfbfd5285895;hpb=75bdcf13fbd285e2006337ec606ca28fa4ddae9e;p=builder.git diff --git a/source/builder.h b/source/builder.h index 9dca6f0..a4fc14b 100644 --- a/source/builder.h +++ b/source/builder.h @@ -30,7 +30,7 @@ class VirtualTarget; /** The main application class. Controls and owns everything. Rules the world. */ -class Builder: public Msp::Application +class Builder: public Msp::RegisteredApplication { private: class Loader: public Msp::DataFile::Loader @@ -71,6 +71,7 @@ private: SourcePackage *main_pkg; PathList pkg_path; PathList pkg_dirs; + bool no_externals; TargetMap targets; TargetList new_tgts; @@ -100,7 +101,6 @@ private: Msp::FS::Path prefix; StringList warnings; - static Msp::Application::RegApp reg; static std::string usagemsg; static std::string helpmsg;