From 5b14b3a2786b5d58dd271f81b6f9b1e836f57813 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 25 Feb 2014 09:54:22 +0200 Subject: Enable by default generation of inline files in build rules for XSD/e --- build/xsde/parser/xsd-cxx.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/xsde/parser/xsd-cxx.make') 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) -- cgit v1.1