summaryrefslogtreecommitdiff
path: root/shell/StaticLibrary_xmlparser_x64.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-10-05 13:32:03 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-05 14:35:51 +0200
commitf7bfe52ae5cc12ce8198cb01837c875955ac4a6a (patch)
tree0455fcdacbbfb35d1d84ed37f9f8a36974ef568e /shell/StaticLibrary_xmlparser_x64.mk
parent2ba5fe6952c8b5aaf81b13a037854becd31c9a9c (diff)
shell: no need to define XML_UNICODE ...
... because it is added automatically by the external expat_utf16. Change-Id: Ifdad11b275f7074be6f2e92df2e3c30c7097a5b7
Diffstat (limited to 'shell/StaticLibrary_xmlparser_x64.mk')
-rw-r--r--shell/StaticLibrary_xmlparser_x64.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/StaticLibrary_xmlparser_x64.mk b/shell/StaticLibrary_xmlparser_x64.mk
index 845c31e63928..2f5f510bdd94 100644
--- a/shell/StaticLibrary_xmlparser_x64.mk
+++ b/shell/StaticLibrary_xmlparser_x64.mk
@@ -34,10 +34,6 @@ $(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 \
))