]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Set PKG_CONFIG_PATH to include prefix
[builder.git] / source / builder.h
index 0ebf2df1eb0ddada01c1651bc4baeb44045d2b95..977785c39b47a703b73d66957e3cf9f467dfb105 100644 (file)
@@ -99,6 +99,8 @@ private:
        StringList warnings;
 
        static Msp::Application::RegApp<Builder> reg;
+       static std::string usagemsg;
+       static std::string helpmsg;
 
 public:
        Builder(int, char **);
@@ -115,6 +117,8 @@ public:
 
        SourcePackage *get_main_package() const { return main_pkg; }
 
+       std::string run_pkgconfig(const std::string &, const std::string &);
+
        /** Looks up a target by name.  Returns 0 if no such target exists. */
        Target *get_target(const std::string &) const;