summaryrefslogtreecommitdiffstats
path: root/shell/StaticLibrary_xmlparser_x64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shell/StaticLibrary_xmlparser_x64.mk')
-rw-r--r--shell/StaticLibrary_xmlparser_x64.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/StaticLibrary_xmlparser_x64.mk b/shell/StaticLibrary_xmlparser_x64.mk
index 19443807e1a2..845c31e63928 100644
--- a/shell/StaticLibrary_xmlparser_x64.mk
+++ b/shell/StaticLibrary_xmlparser_x64.mk
@@ -34,6 +34,14 @@ $(eval $(call gb_StaticLibrary_set_include,shell_xmlparser_x64,\
$$(INCLUDE) \
))
+$(eval $(call gb_StaticLibrary_add_defs,shell_xmlparser_x64,\
+ -DXML_UNICODE \
+))
+
+$(eval $(call gb_StaticLibrary_use_externals,shell_xmlparser_x64,\
+ expat_utf16 \
+))
+
$(eval $(call gb_StaticLibrary_add_x64_generated_exception_objects,shell_xmlparser_x64,\
CustomTarget/shell/source/all/xml_parser \
))