summaryrefslogtreecommitdiff
path: root/xsd/build/xsd
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/build/xsd')
-rw-r--r--xsd/build/xsd/parser/xsd-cxx.make5
-rw-r--r--xsd/build/xsd/tree/xsd-cxx.make5
2 files changed, 4 insertions, 6 deletions
diff --git a/xsd/build/xsd/parser/xsd-cxx.make b/xsd/build/xsd/parser/xsd-cxx.make
index e96c29f..185718f 100644
--- a/xsd/build/xsd/parser/xsd-cxx.make
+++ b/xsd/build/xsd/parser/xsd-cxx.make
@@ -1,6 +1,5 @@
# file : build/xsd/parser/xsd-cxx.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#@@ Need to use extensions from cxx config.
@@ -28,7 +27,7 @@ endif
$(xsd_parser_pattern): xsd := xsd
$(xsd_parser_pattern): xsd_command := cxx-parser
-ops := --skel-file-suffix $(xsd_parser_skel_suffix)
+ops := --generate-inline --skel-file-suffix $(xsd_parser_skel_suffix)
ifneq ($(xsd_pimpl_suffix),)
ops += --impl-file-suffix $(xsd_parser_impl_suffix)
diff --git a/xsd/build/xsd/tree/xsd-cxx.make b/xsd/build/xsd/tree/xsd-cxx.make
index d63c651..0411820 100644
--- a/xsd/build/xsd/tree/xsd-cxx.make
+++ b/xsd/build/xsd/tree/xsd-cxx.make
@@ -1,6 +1,5 @@
# file : build/xsd/tree/xsd-cxx.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#@@ Need to use extensions from cxx config.
@@ -16,7 +15,7 @@ $(out_base)/%$(xsd_tree_suffix)-fwd.hxx
$(xsd_tree_pattern): xsd := xsd
$(xsd_tree_pattern): xsd_command := cxx-tree
-$(xsd_tree_pattern): xsd_options :=
+$(xsd_tree_pattern): xsd_options := --generate-inline
.PRECIOUS: $(xsd_tree_pattern)