[Libreoffice-commits] core.git: ios/Executable_Viewer.mk

2013-03-22 Thread Tor Lillqvist
 ios/Executable_Viewer.mk |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 66ac0a5beb7178df42232cc8a96ba69169ea965b
Author: Tor Lillqvist t...@iki.fi
Date:   Fri Mar 22 08:24:05 2013 +0200

Try to make the tinderbox build succeed

Change-Id: Iae0b134d9579dcaaa39ce8a99e843fe24c27060a

diff --git a/ios/Executable_Viewer.mk b/ios/Executable_Viewer.mk
index edfc498..79a5aa9 100644
--- a/ios/Executable_Viewer.mk
+++ b/ios/Executable_Viewer.mk
@@ -40,6 +40,8 @@ $(eval $(call gb_Executable_add_objcobjects,Viewer,\
 # executable is.
 $(eval $(call gb_Executable_use_libraries,Viewer,\
msword \
+   sal \
+   sc \
scfilt \
sdfilt \
swui \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: ios/Executable_Viewer.mk

2013-03-14 Thread Tor Lillqvist
 ios/Executable_Viewer.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit e86e7e5c4bb6c4b6d28cf72671e69f42257fb924
Author: Tor Lillqvist t...@iki.fi
Date:   Thu Mar 14 12:02:11 2013 +0200

Add sdfilt

Change-Id: I992a563d3686e3c25ba7338fb7744ce9b5cf5859

diff --git a/ios/Executable_Viewer.mk b/ios/Executable_Viewer.mk
index c3a29cb..08302f5 100644
--- a/ios/Executable_Viewer.mk
+++ b/ios/Executable_Viewer.mk
@@ -37,6 +37,7 @@ $(eval $(call gb_Executable_add_objcxxobjects,Viewer,\
 $(eval $(call gb_Executable_use_libraries,Viewer,\
msword \
scfilt \
+   sdfilt \
 ))
 
 # vim: set ts=4 sw=4 et:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: ios/Executable_Viewer.mk

2013-03-03 Thread Tor Lillqvist
 ios/Executable_Viewer.mk |   12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 874a1bf1748dd0246a00e2a3cd4724f852e71a52
Author: Tor Lillqvist t...@iki.fi
Date:   Sun Mar 3 22:04:59 2013 +0200

The AllModulesButInstsetNative thing didn't work

Change-Id: I323d1983238297b094fa0aa7776d03977d3d39e0

diff --git a/ios/Executable_Viewer.mk b/ios/Executable_Viewer.mk
index bd462d5..c3a29cb 100644
--- a/ios/Executable_Viewer.mk
+++ b/ios/Executable_Viewer.mk
@@ -27,6 +27,16 @@ $(eval $(call gb_Executable_add_objcxxobjects,Viewer,\
 ios/experimental/Viewer/Viewer/main \
 ))
 
-$(call gb_Executable_get_target,Viewer) : $(call 
gb_Postprocess_get_target,AllModulesButInstsetNative)
+# The executables built for iOS link to all LO libs statically. The
+# link command just uses the wildcard function to list all of them.
+# Instead of tediously here declare dependencies on the transitive
+# closure of those from which some object ends up being linked in, we
+# list a few libraries that are high in the dependency forest to make
+# it likely that all necessary libraries are built before this
+# executable is.
+$(eval $(call gb_Executable_use_libraries,Viewer,\
+   msword \
+   scfilt \
+))
 
 # vim: set ts=4 sw=4 et:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits