Kaydet (Commit) c1c295a6 authored tarafından David Tardon's avatar David Tardon

define XML_UNICODE for x64 lib too

Change-Id: Idac89f9165058bfa40189ff4c4e8cd4b5bc78b79
üst 8af6aa62
......@@ -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 \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment