diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-15 17:55:05 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-15 18:33:09 +0200 |
commit | d8edf07ed9e7a3e2f2ab43ffd2935b93326f2caa (patch) | |
tree | fcc91844900827238324f8ad93f1dbf64306b13b /expat/Module_expat.mk | |
parent | 42782fddff98eeab5c8249918e9ba000f08c22e8 (diff) |
Bin use of UTF-16 expat variant in the Windows shell extension
Thus we can drop that variant completely.
Change-Id: I11a8e40436921219bd6dd4afad4c7907ccb6b84c
Diffstat (limited to 'expat/Module_expat.mk')
-rw-r--r-- | expat/Module_expat.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/expat/Module_expat.mk b/expat/Module_expat.mk index 9366538cf052..8c7d8d020b91 100644 --- a/expat/Module_expat.mk +++ b/expat/Module_expat.mk @@ -15,7 +15,6 @@ $(eval $(call gb_Module_add_targets,expat,\ ExternalPackage_expat \ UnpackedTarball_expat \ StaticLibrary_expat \ - StaticLibrary_expat_utf16 \ )) # Actually it wasn't that clear if we should @@ -32,9 +31,6 @@ $(eval $(call gb_Module_add_targets,expat,\ endif # ---------------- X64 stuff special --------------------- -# use UNICODE only because shell/shlxthandler -# doesn't link against ascii_expat_xmlparse -#--------------------------------------------------------- ifeq ($(BUILD_X64),TRUE) $(eval $(call gb_Module_add_targets,expat,\ StaticLibrary_expat_x64 \ |