aboutsummaryrefslogtreecommitdiff
path: root/build/xsde/parser/xsd-cxx.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-02-25 09:54:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-02-25 09:54:22 +0200
commit5b14b3a2786b5d58dd271f81b6f9b1e836f57813 (patch)
treeb53705b53d776aa835cb240eb5ae51e892a66a06 /build/xsde/parser/xsd-cxx.make
parentd5dcd2e6ec2a2344da44b8e5cbfe319957318dba (diff)
Enable by default generation of inline files in build rules for XSD/e
Diffstat (limited to 'build/xsde/parser/xsd-cxx.make')
-rw-r--r--build/xsde/parser/xsd-cxx.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/xsde/parser/xsd-cxx.make b/build/xsde/parser/xsd-cxx.make
index b925fca..774f71a 100644
--- a/build/xsde/parser/xsd-cxx.make
+++ b/build/xsde/parser/xsd-cxx.make
@@ -28,7 +28,7 @@ xsd_parser_pattern += $(out_base)/%-pdriver.cxx
$(xsd_parser_pattern): xsde := xsde
$(xsd_parser_pattern): xsde_command := cxx-parser
-ops := --skel-file-suffix $(xsd_pskel_suffix)
+ops := --generate-inline --skel-file-suffix $(xsd_pskel_suffix)
ifneq ($(xsd_pimpl_suffix),)
ops += --impl-file-suffix $(xsd_pimpl_suffix)