From c1c295a6e8903025ee77c54b94af4566e0e0af8c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 30 May 2012 12:08:56 +0200 Subject: define XML_UNICODE for x64 lib too Change-Id: Idac89f9165058bfa40189ff4c4e8cd4b5bc78b79 --- shell/StaticLibrary_xmlparser_x64.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shell') 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 \ )) -- cgit v1.2.3