X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=19885c56291729d971776ec57a3295c546073edb;hb=refs%2Ftags%2F0.9;hp=2bfa32a429c7c9c137c19312616cd0f42972c643;hpb=8d636197d4adf5e882e51ffd2ff86d959dd82d6b;p=builder.git diff --git a/source/builder.h b/source/builder.h index 2bfa32a..19885c5 100644 --- a/source/builder.h +++ b/source/builder.h @@ -88,6 +88,8 @@ private: PackageMap packages; SourcePackage *main_pkg; + PathList pkg_path; + PathList pkg_dirs; TargetMap targets; TargetList new_tgts; @@ -116,6 +118,7 @@ private: Msp::FS::Path prefix; StringList warnings; + Msp::FS::Path get_package_location(const std::string &); int load_build_file(const Msp::FS::Path &); int create_targets(); Target *get_header(const Msp::FS::Path &);