summaryrefslogtreecommitdiff
path: root/xsd-examples/cxx/tree/custom/contacts/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-26 10:43:31 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2023-09-27 15:13:24 +0300
commit741bfb659caaa771c748d03df26792fab10e5778 (patch)
treedb562df317a95507f8d66fdd63916cf198b95ec2 /xsd-examples/cxx/tree/custom/contacts/buildfile
parent38d7c2a86cce70436ad359a62c603d64710e8471 (diff)
Add XSD and C++ compiler command lines to example READMEs
Diffstat (limited to 'xsd-examples/cxx/tree/custom/contacts/buildfile')
-rw-r--r--xsd-examples/cxx/tree/custom/contacts/buildfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/xsd-examples/cxx/tree/custom/contacts/buildfile b/xsd-examples/cxx/tree/custom/contacts/buildfile
index e401362..51e9c99 100644
--- a/xsd-examples/cxx/tree/custom/contacts/buildfile
+++ b/xsd-examples/cxx/tree/custom/contacts/buildfile
@@ -12,11 +12,11 @@ exe{driver}: xml{contacts}: test.input = true
<{hxx ixx cxx}{contacts}>: xsd{contacts} $xsd
{{
- $xsd cxx-tree \
- --generate-inline \
- --custom-type contact=/contact_base \
- --hxx-epilogue '#include "contacts-custom.hxx"' \
- --output-dir $out_base \
+ $xsd cxx-tree \
+ --generate-inline \
+ --custom-type contact=/contact_base \
+ --hxx-epilogue '#include "contacts-custom.hxx"' \
+ --output-dir $out_base \
$path($<[0])
}}