aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/examples/cxx/hybrid/binary/custom/options4
-rw-r--r--dist/examples/cxx/hybrid/custom/wildcard/options2
2 files changed, 3 insertions, 3 deletions
diff --git a/dist/examples/cxx/hybrid/binary/custom/options b/dist/examples/cxx/hybrid/binary/custom/options
index f37d345..e00a20e 100644
--- a/dist/examples/cxx/hybrid/binary/custom/options
+++ b/dist/examples/cxx/hybrid/binary/custom/options
@@ -2,7 +2,7 @@
--generate-serializer
--generate-aggregate
--generate-insertion orawstream
---hxx-prologue #include "orawstream.hxx"
+--hxx-prologue '#include "orawstream.hxx"'
--generate-extraction irawstream
---hxx-prologue #include "irawstream.hxx"
+--hxx-prologue '#include "irawstream.hxx"'
--extern-xml-schema xml-schema.xsd
diff --git a/dist/examples/cxx/hybrid/custom/wildcard/options b/dist/examples/cxx/hybrid/custom/wildcard/options
index 688bf0c..6b44dbe 100644
--- a/dist/examples/cxx/hybrid/custom/wildcard/options
+++ b/dist/examples/cxx/hybrid/custom/wildcard/options
@@ -5,4 +5,4 @@
--custom-type envelope=v//envelope_base/envelope.hxx
--custom-parser envelope=envelope_base_pimpl/envelope-pimpl.hxx
--custom-serializer envelope=envelope_base_simpl/envelope-simpl.hxx
---hxx-epilogue #include "body.hxx"
+--hxx-epilogue '#include "body.hxx"'