aboutsummaryrefslogtreecommitdiff
path: root/dist/tests/cxx/hybrid/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/tests/cxx/hybrid/nmakefile')
-rw-r--r--dist/tests/cxx/hybrid/nmakefile4
1 files changed, 4 insertions, 0 deletions
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