From 76d23e639004517db8f9469d64ac1789f8449365 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Jan 2010 13:50:11 +0200 Subject: 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. --- build/configuration.make | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/configuration.make') diff --git a/build/configuration.make b/build/configuration.make index 05318c9..49624e5 100644 --- a/build/configuration.make +++ b/build/configuration.make @@ -10,6 +10,7 @@ $(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root)) # xsde_arch_width := xsde_byteorder := +xsde_encoding := xsde_stl := xsde_stl_iterator := xsde_iostream := @@ -35,6 +36,7 @@ ifdef xsde_stl $(out_root)/%: xsde_arch_width := $(xsde_arch_width) $(out_root)/%: xsde_byteorder := $(xsde_byteorder) +$(out_root)/%: xsde_encoding := $(xsde_encoding) $(out_root)/%: xsde_stl := $(xsde_stl) $(out_root)/%: xsde_stl_iterator := $(xsde_stl_iterator) $(out_root)/%: xsde_iostream := $(xsde_iostream) -- cgit v1.1