From 698d170bb92d30feeb67b8ba23c8a8a134c3cf16 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Apr 2011 18:07:18 +0200 Subject: Add --odb-{prologue,epilogue}-file options --- odb/options.cli | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'odb/options.cli') diff --git a/odb/options.cli b/odb/options.cli index 0b643ec..d61d60f 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -305,6 +305,14 @@ class options to the ODB compilation process." }; + std::vector --odb-prologue-file + { + "", + "Compile contents before the input header file. Prologue files + are compiled after all the prologue text fragments (\cb{--odb-prologue} + option)." + }; + std::vector --odb-epilogue { "", @@ -313,6 +321,14 @@ class options to the ODB compilation process." }; + std::vector --odb-epilogue-file + { + "", + "Compile contents after the input header file. Epilogue files + are compiled after all the epilogue text fragments (\cb{--odb-epilogue} + option)." + }; + // Include options. // bool --include-with-brackets -- cgit v1.1