aboutsummaryrefslogtreecommitdiff
path: root/dist/build
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 /dist/build
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 'dist/build')
-rw-r--r--dist/build/config.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/build/config.make b/dist/build/config.make
index 87a39c6..b05df1a 100644
--- a/dist/build/config.make
+++ b/dist/build/config.make
@@ -14,6 +14,7 @@ include $(root)/config/config.make
XSDE_PLATFORM := $(strip $(XSDE_PLATFORM))
XSDE_ARCH_WIDTH := $(strip $(XSDE_ARCH_WIDTH))
XSDE_BYTEORDER := $(strip $(XSDE_BYTEORDER))
+XSDE_ENCODING := $(strip $(XSDE_ENCODING))
XSDE_STL := $(strip $(XSDE_STL))
XSDE_IOSTREAM := $(strip $(XSDE_IOSTREAM))
XSDE_EXCEPTIONS := $(strip $(XSDE_EXCEPTIONS))