aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/parser/polyroot/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/parser/polyroot/makefile')
-rw-r--r--dist/examples/cxx/parser/polyroot/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/examples/cxx/parser/polyroot/makefile b/dist/examples/cxx/parser/polyroot/makefile
index 69e7c10..898472a 100644
--- a/dist/examples/cxx/parser/polyroot/makefile
+++ b/dist/examples/cxx/parser/polyroot/makefile
@@ -6,6 +6,10 @@ include $(root)/build/cxx/rules.make
#
EXTRA_CPPFLAGS += -I$(root)/libxsde
+ifeq ($(XSDE_ENCODING),iso8859-1)
+EXTRA_XSDFLAGS += --char-encoding iso8859-1
+endif
+
ifeq ($(XSDE_LONGLONG),n)
EXTRA_XSDFLAGS += --no-long-long
endif