aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-05-30 19:13:20 -0400
committerBoris Kolpackov <boris@codesynthesis.com>2013-05-30 19:13:20 -0400
commit2eb457ab258bff2e368192764f15dea30083afc2 (patch)
treea7450db00c90476dfa605c88f08d9e236999abe0
parent0ac95c0a2d6c7f8adaae4a96c2e8d8242ecd1097 (diff)
Quote values in option files
-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"'