summaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli16
1 files changed, 16 insertions, 0 deletions
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<std::string> --odb-prologue-file
+ {
+ "<file>",
+ "Compile <file> contents before the input header file. Prologue files
+ are compiled after all the prologue text fragments (\cb{--odb-prologue}
+ option)."
+ };
+
std::vector<std::string> --odb-epilogue
{
"<text>",
@@ -313,6 +321,14 @@ class options
to the ODB compilation process."
};
+ std::vector<std::string> --odb-epilogue-file
+ {
+ "<file>",
+ "Compile <file> 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