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

Tor Lillqvist tml at collabora.com
Wed Oct 7 07:46:47 PDT 2015


 ios/CustomTarget_TiledLibreOffice_app.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b120b18a71ecf98bbdecbd1db763df9c2c7dcf7a
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Sep 20 16:01:28 2015 +0300

    Link in calc, draw and edit stuff here, too, like for Android
    
    No way to make use of that in the UI, though.
    
    Change-Id: Ic910d7960da9a17d4f7ce84a5f51e2cb9350819e

diff --git a/ios/CustomTarget_TiledLibreOffice_app.mk b/ios/CustomTarget_TiledLibreOffice_app.mk
index f9f8028..4c14329 100644
--- a/ios/CustomTarget_TiledLibreOffice_app.mk
+++ b/ios/CustomTarget_TiledLibreOffice_app.mk
@@ -39,7 +39,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,ios/TiledLibreOffice))
 $(call gb_CustomTarget_get_target,ios/TiledLibreOffice): $(call gb_CustomTarget_get_target,ios/Lo_Xcconfig) TiledLibreOffice_setup
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),APP,2)
 	$(SRCDIR)/solenv/bin/native-code.py \
-		-g core -g writer \
+		-g core -g writer -g calc -g draw -g edit \
 		> $(SRCDIR)/ios/experimental/TiledLibreOffice/TiledLibreOffice/native-code.mm
 	$(call TiledLibreOfficeXcodeBuild, clean build)
 


More information about the Libreoffice-commits mailing list