From 371c1d7c695bec8d0ecc76f887f4fd6798eb7683 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Sep 2010 18:57:31 +0200 Subject: Document -I, -D, -U, -x, and -v options --- odb/options.cli | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'odb/options.cli') diff --git a/odb/options.cli b/odb/options.cli index efa8a92..4abfc84 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -18,6 +18,30 @@ class options bool --version {"Print version and exit."}; // + // C++ preprocessor options. Also not passed to the plugin. + // + std::vector -I + { + "", + "Add to the beginning of the list of directories to be searched + for included header files." + }; + + std::vector -D + { + "[=]", + "Define macro with definition . If definition is omitted, + define to be 1." + }; + + std::vector -U + { + "", + "Cancel any previous definitions of macro , either built-in or + provided with the \cb{-D} option." + }; + + // // Plugin options. // ::database --database | -d @@ -239,6 +263,16 @@ class options to specify more than one options file." }; + std::vector -x + { + "