From 426035e6fb01f7dd3ea533e32f0efb0f6c1e0db1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 8 Dec 2020 11:46:40 +0300 Subject: Add --options-file option --- build2/b-options.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build2/b-options.hxx') diff --git a/build2/b-options.hxx b/build2/b-options.hxx index d55dd36..fd93aba 100644 --- a/build2/b-options.hxx +++ b/build2/b-options.hxx @@ -573,6 +573,12 @@ namespace build2 bool pager_option_specified () const; + const string& + options_file () const; + + bool + options_file_specified () const; + const dir_path& default_options () const; @@ -647,6 +653,8 @@ namespace build2 bool pager_specified_; strings pager_option_; bool pager_option_specified_; + string options_file_; + bool options_file_specified_; dir_path default_options_; bool default_options_specified_; bool no_default_options_; -- cgit v1.1