aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-08 09:52:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-08 09:52:03 +0200
commit2c4652262c256ec99d1dcbff77038f561fb1b738 (patch)
tree996d15ea6a052144d47647ec775234b4baf5e496 /examples
parent086b2bc1d5d189152b975e274351927b09a9fd79 (diff)
Get rid of warnings
Diffstat (limited to 'examples')
-rw-r--r--examples/cxx/hybrid/binary/custom/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/binary/custom/makefile b/examples/cxx/hybrid/binary/custom/makefile
index 7ab91d0..51fafa5 100644
--- a/examples/cxx/hybrid/binary/custom/makefile
+++ b/examples/cxx/hybrid/binary/custom/makefile
@@ -54,7 +54,8 @@ $(out_base)/xml-schema-pskel%hxx \
$(out_base)/xml-schema-sskel%hxx: $(out_root)/xsde/xsde
$(call message,xsde $(src_base)/xml-schema.xsd,\
$(out_root)/xsde/xsde cxx-hybrid --output-dir $(out_base) \
---generate-xml-schema --generate-parser --generate-serializer xml-schema.xsd)
+--generate-xml-schema --generate-parser --generate-serializer \
+$(xsde_options) xml-schema.xsd)
genf += xml-schema.hxx xml-schema-pskel.hxx xml-schema-sskel.hxx