[Libreoffice-commits] .: solenv/inc
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Jun 30 16:42:02 PDT 2011
solenv/inc/libs.mk | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
New commits:
commit 392a76160c4ee2c7b07e6dc92f8bcd2b33733ace
Author: Tor Lillqvist <tml at iki.fi>
Date: Fri Jul 1 01:02:08 2011 +0300
Some library hacks for iOS
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index d9db573..13c9c74 100644
--- a/solenv/inc/libs.mk
+++ b/solenv/inc/libs.mk
@@ -310,6 +310,24 @@ UNOPKGAPPLIB=-lunopkgapp
TESTLIB=-ltest
XMLREADERLIB=-lxmlreader
+.IF "$(OS)" == "IOS"
+
+# As we build static libraries for iOS, we append to each library its
+# dependencies, recursively. Start from the bottom of the dependency
+# stack. This is experimental and obviously incomplete.
+
+UCBHELPERLIB+=$(SALHELPERLIB)
+
+UNOTOOLSLIB+=$(I18NISOLANGLIB)
+UNOTOOLSLIB+=$(UCBHELPERLIB)
+
+TOOLSLIB+=$(BASEGFXLIB)
+TOOLSLIB+=$(ZLIB3RDLIB)
+
+VCLLIB+=$(ICUUCLIB)
+
+.ENDIF
+
.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC")
ODMA_LIB_LIB=odma_lib.lib
More information about the Libreoffice-commits
mailing list