aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/parser/minimal/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/parser/minimal/makefile')
-rw-r--r--dist/examples/cxx/parser/minimal/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/examples/cxx/parser/minimal/makefile b/dist/examples/cxx/parser/minimal/makefile
index fb0d483..aba65d9 100644
--- a/dist/examples/cxx/parser/minimal/makefile
+++ b/dist/examples/cxx/parser/minimal/makefile
@@ -8,6 +8,10 @@ EXTRA_CPPFLAGS += -I$(root)/libxsde
EXTRA_XSDFLAGS := --no-stl --no-exceptions
+ifeq ($(XSDE_ENCODING),iso8859-1)
+EXTRA_XSDFLAGS += --char-encoding iso8859-1
+endif
+
ifeq ($(XSDE_IOSTREAM),n)
EXTRA_XSDFLAGS += --no-iostream
endif