Kaydet (Commit) 5673dc96 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

icui18n -> icuin on Windows. Now lotuswordpro builds.

üst d64bbd6b
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment