Kaydet (Commit) babe8ea4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add more libraries that we must link with explicitly for iOS

üst 5d7d6d4b
......@@ -164,6 +164,8 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
localedata_others \
mcnttype \
neon \
reg \
store \
test \
textconv_dict \
xmlsecurity \
......@@ -182,6 +184,7 @@ endif
ifeq ($(OS),IOS)
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
gcc3_uno \
sal_textenc \
))
endif
......@@ -226,6 +229,11 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
writerfilter_debug \
))
ifeq ($(OS),IOS)
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
bootstrap \
))
endif
$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
cppu \
......
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