diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-12-02 18:56:17 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-02 20:58:32 +0100 |
commit | 1658e4efac5fc851b322103ed40545fa263ae280 (patch) | |
tree | ea7837941d9818b65eb36e44ceeb86b0d819ab81 /lotuswordpro | |
parent | 63614919195934a764eacb509d75d15f8b243a48 (diff) |
RepositoryExternal.mk: clean up awful icudata/icui18n duplication
Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/Library_lwpft.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk index a521edca33fc..d528c63806f8 100644 --- a/lotuswordpro/Library_lwpft.mk +++ b/lotuswordpro/Library_lwpft.mk @@ -50,17 +50,10 @@ $(eval $(call gb_Library_use_libraries,lwpft,\ $(gb_UWINAPI) \ )) -ifeq ($(OS)$(COM),WNTMSC) -$(eval $(call gb_Library_use_externals,lwpft,\ - icuin \ - icuuc \ -)) -else $(eval $(call gb_Library_use_externals,lwpft,\ icui18n \ icuuc \ )) -endif $(eval $(call gb_Library_set_componentfile,lwpft,lotuswordpro/util/lwpfilter)) |