aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-24 18:07:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-24 18:07:18 +0200
commit698d170bb92d30feeb67b8ba23c8a8a134c3cf16 (patch)
treef9cf5f9daf51eab641b593dbdccbbdf5464da319 /odb/options.cli
parentb9fe963646367f2da21ba1053bc086bd17b09967 (diff)
Add --odb-{prologue,epilogue}-file options
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