summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-19 20:18:12 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-19 20:22:03 -0400
commit5673dc9620c7049764e33a4f68e696ddfb9d7203 (patch)
tree00514f0a548050ac27a6a8a8191380a2e8a28422 /lotuswordpro
parentd64bbd6bf8d41604e3f14f911f2169f4295e4d99 (diff)
icui18n -> icuin on Windows. Now lotuswordpro builds.
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/Library_lwpft.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk
index ecf13d8593be..8d2dbb1eadd5 100644
--- a/lotuswordpro/Library_lwpft.mk
+++ b/lotuswordpro/Library_lwpft.mk
@@ -54,10 +54,17 @@ $(eval $(call gb_Library_add_linked_libs,lwpft,\
$(gb_STDLIBS) \
))
+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))