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. --- dist/tests/cxx/hybrid/nmakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/tests/cxx/hybrid/nmakefile') diff --git a/dist/tests/cxx/hybrid/nmakefile b/dist/tests/cxx/hybrid/nmakefile index 9052637..1127649 100644 --- a/dist/tests/cxx/hybrid/nmakefile +++ b/dist/tests/cxx/hybrid/nmakefile @@ -17,6 +17,10 @@ dirs = $(dirs) iterator !if "$(XSDE_IOSTREAM)" == "y" dirs = $(dirs) built-in default enumeration list test-template union +!if "$(XSDE_ENCODING)" == "iso8859-1" +dirs = $(dirs) iso8859-1 +!endif + !if "$(XSDE_CDR)" == "y" dirs = $(dirs) binary/cdr !endif -- cgit v1.1