From 46a95c974de475070d0eedb07212e5c5282b66bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Apr 2016 07:26:09 +0200 Subject: Implement --buildfile option, overrides default buildfile, supports '-' --- build2/b-options | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build2/b-options') diff --git a/build2/b-options b/build2/b-options index 602ea64..b592ece 100644 --- a/build2/b-options +++ b/build2/b-options @@ -408,6 +408,12 @@ namespace build2 verbose_specified () const; const path& + buildfile () const; + + bool + buildfile_specified () const; + + const path& config_guess () const; bool @@ -460,6 +466,8 @@ namespace build2 bool q_; uint16_t verbose_; bool verbose_specified_; + path buildfile_; + bool buildfile_specified_; path config_guess_; bool config_guess_specified_; path config_sub_; -- cgit v1.1