aboutsummaryrefslogtreecommitdiff
path: root/build/dist
diff options
context:
space:
mode:
Diffstat (limited to 'build/dist')
-rwxr-xr-xbuild/dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/dist b/build/dist
index eb74acc..cbb9678 100755
--- a/build/dist
+++ b/build/dist
@@ -208,6 +208,8 @@ if [ "$lib" != "" ]; then
gen
fi
+gen 'EXTRA_XSDFLAGS += --char-encoding $(XSDE_ENCODING)'
+gen
gen 'ifeq ($(XSDE_STL),n)'
gen 'EXTRA_XSDFLAGS += --no-stl'
gen 'endif'
@@ -357,6 +359,8 @@ if [ "$lib" != "" ]; then
gen
fi
+gen 'EXTRA_XSDFLAGS = $(EXTRA_XSDFLAGS) --char-encoding $(XSDE_ENCODING)'
+gen
gen '!if "$(XSDE_STL)" == "n"'
gen 'EXTRA_XSDFLAGS = $(EXTRA_XSDFLAGS) --no-stl'
gen '!endif'