aboutsummaryrefslogtreecommitdiff
path: root/build/xsde
diff options
context:
space:
mode:
Diffstat (limited to 'build/xsde')
-rw-r--r--build/xsde/hybrid/xsd-cxx.make1
-rw-r--r--build/xsde/parser/xsd-cxx.make2
-rw-r--r--build/xsde/serializer/xsd-cxx.make2
3 files changed, 5 insertions, 0 deletions
diff --git a/build/xsde/hybrid/xsd-cxx.make b/build/xsde/hybrid/xsd-cxx.make
index c026291..540fa1f 100644
--- a/build/xsde/hybrid/xsd-cxx.make
+++ b/build/xsde/hybrid/xsd-cxx.make
@@ -56,6 +56,7 @@ ops := \
--sskel-file-suffix $(xsd_sskel_suffix) \
--simpl-file-suffix $(xsd_simpl_suffix)
+ops += --char-encoding $(xsde_encoding)
ifeq ($(xsde_stl),n)
ops += --no-stl
diff --git a/build/xsde/parser/xsd-cxx.make b/build/xsde/parser/xsd-cxx.make
index cd657d6..f9c87e9 100644
--- a/build/xsde/parser/xsd-cxx.make
+++ b/build/xsde/parser/xsd-cxx.make
@@ -34,6 +34,8 @@ ifneq ($(xsd_pimpl_suffix),)
ops += --impl-file-suffix $(xsd_pimpl_suffix)
endif
+ops += --char-encoding $(xsde_encoding)
+
ifeq ($(xsde_stl),n)
ops += --no-stl
endif
diff --git a/build/xsde/serializer/xsd-cxx.make b/build/xsde/serializer/xsd-cxx.make
index 2f57782..a042ef9 100644
--- a/build/xsde/serializer/xsd-cxx.make
+++ b/build/xsde/serializer/xsd-cxx.make
@@ -34,6 +34,8 @@ ifneq ($(xsd_pimpl_suffix),)
ops += --impl-file-suffix $(xsd_simpl_suffix)
endif
+ops += --char-encoding $(xsde_encoding)
+
ifeq ($(xsde_stl),n)
ops += --no-stl
endif