From 546edb8e6a0b610c2db2a0bef878f28cd395bd77 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Nov 2021 13:20:30 +0200 Subject: WIP: depdb dep infra --- libbuild2/build/script/builtin.cli | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 libbuild2/build/script/builtin.cli (limited to 'libbuild2/build/script/builtin.cli') diff --git a/libbuild2/build/script/builtin.cli b/libbuild2/build/script/builtin.cli new file mode 100644 index 0000000..6e66d67 --- /dev/null +++ b/libbuild2/build/script/builtin.cli @@ -0,0 +1,25 @@ +// file : libbuild2/build/script/builtin.cli +// license : MIT; see accompanying LICENSE file + +include ; + +// Note that options in this file are undocumented because we generate neither +// the usage printing code nor man pages. Instead, they are documented in the +// manual. +// +namespace build2 +{ + namespace build + { + namespace script + { + // Pseudo-builtin options. + // + class depdb_dep_options + { + string --file; // @@ TMP path + string --format; + }; + } + } +} -- cgit v1.1