aboutsummaryrefslogtreecommitdiff
path: root/build/xsde/parser/xsd-cxx.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-07 13:50:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-07 13:50:11 +0200
commit76d23e639004517db8f9469d64ac1789f8449365 (patch)
treedbafc8c4e31a97f74046c98af19d0fe76f360001 /build/xsde/parser/xsd-cxx.make
parentc30caae30bc64974eeaa1e81aa2abdc203f5120d (diff)
Add support for ISO-8859-1 as application encoding
New runtime configuration parameter, XSDE_ENCODING. New option, --char-encoding. New test, tests/cxx/hybrid/iso8859-1.
Diffstat (limited to 'build/xsde/parser/xsd-cxx.make')
-rw-r--r--build/xsde/parser/xsd-cxx.make2
1 files changed, 2 insertions, 0 deletions
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