define XML_UNICODE for x64 lib too

Change-Id: Idac89f9165058bfa40189ff4c4e8cd4b5bc78b79
This commit is contained in:
David Tardon
2012-05-30 12:08:56 +02:00
parent 8af6aa628b
commit c1c295a6e8

View File

@@ -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 \
))