diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-30 12:08:56 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-30 12:09:34 +0200 |
commit | c1c295a6e8903025ee77c54b94af4566e0e0af8c (patch) | |
tree | 5f4b4fcd7154fbb20023f198490fe8c13b445a37 /shell | |
parent | 8af6aa628b863b7565d397042fccefb8d78835fa (diff) |
define XML_UNICODE for x64 lib too
Change-Id: Idac89f9165058bfa40189ff4c4e8cd4b5bc78b79
Diffstat (limited to 'shell')
-rw-r--r-- | shell/StaticLibrary_xmlparser_x64.mk | 8 |
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 \ )) |