X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Fbuilder.h;h=19885c56291729d971776ec57a3295c546073edb;hp=2bfa32a429c7c9c137c19312616cd0f42972c643;hb=52586d9f4aa721e924d17c7e9a16cb0b98ddc05d;hpb=8d636197d4adf5e882e51ffd2ff86d959dd82d6b 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 &);