summaryrefslogtreecommitdiff
path: root/ios/CustomTarget_LibreOffice_app.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-01-01 18:37:02 +0200
committerTor Lillqvist <tml@collabora.com>2014-01-01 18:37:07 +0200
commitcec169709529abdadaeb22467abdbd83fb636ea6 (patch)
tree19d84b9aae73b793c8c451e05e037d96974d12f9 /ios/CustomTarget_LibreOffice_app.mk
parent645fb66bbdf756cedbcbcfd8be59ce9f58b2e731 (diff)
Need to have native-code.cxx as a separate file for the LibreOffice app
The executable of the LibreOffice app (which as such at the moment doesn't work, since the tiled rendering changes) is built using gbuild, and thus we can't generate the native-code snippet in the CustomTarget that builds the app bundle, but need it already when building the executable. This is one wayt to handle that. Change-Id: Ifdab40c970e93b1f2608cefc637df8a8e5396efe
Diffstat (limited to 'ios/CustomTarget_LibreOffice_app.mk')
-rw-r--r--ios/CustomTarget_LibreOffice_app.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/ios/CustomTarget_LibreOffice_app.mk b/ios/CustomTarget_LibreOffice_app.mk
index f9101148dc91..719ff0905bb7 100644
--- a/ios/CustomTarget_LibreOffice_app.mk
+++ b/ios/CustomTarget_LibreOffice_app.mk
@@ -137,10 +137,6 @@ else
# Copy the Xcode project to BUILDDIR if SRCDIR!=BUILDDIR, so that one
# can then open it from there in Xcode.
$(call gb_CustomTarget_get_target,ios/LibreOffice_app) : $(gb_Helper_PHONY)
- $(SRCDIR)/solenv/bin/native-code.py \
- -g extended_core -g writer \
- -s cui -s spl -s uui \
- > $(SRCDIR)/ios/experimental/LibreOffice/LibreOffice/native-code.mm
if test $(SRCDIR) != $(BUILDDIR); then \
(cd $(SRCDIR) && tar cf - ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj) | (cd $(BUILDDIR) && tar xf -); \
fi