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

get forms buildable on windows.

üst 5673dc96
......@@ -63,11 +63,20 @@ $(eval $(call gb_Library_add_linked_libs,frm,\
vcl \
$(gb_STDLIBS) \
))
ifeq ($(OS)$(COM),WNTMSC)
$(eval $(call gb_Library_use_externals,frm,\
icuin \
icuuc \
libxml2 \
))
else
$(eval $(call gb_Library_use_externals,frm,\
icui18n \
icuuc \
libxml2 \
))
endif
$(eval $(call gb_Library_set_componentfile,frm,forms/util/frm))
......
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