[Libreoffice-commits] .: svx/Module_svx.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Feb 20 08:17:49 PST 2012
svx/Module_svx.mk | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit c450d9645d1a06cf00c65272471bc7d03f28f353
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Feb 20 18:03:54 2012 +0200
No gengal.bin for iOS
Like any of our executables using <sal/main.h>, it doesn't even build
for iOS anyway using the current <sal/main.h> anyway, as there is no
main() ;) Executables for iOS (i.e. unit testers, and some eventual
end.userish apps) will be handled "semi-manually" in some yet to be
worked out fashion.
Makes no sense for Android either, but I'm lazy.
diff --git a/svx/Module_svx.mk b/svx/Module_svx.mk
index f9999ad..acfb788 100644
--- a/svx/Module_svx.mk
+++ b/svx/Module_svx.mk
@@ -39,9 +39,14 @@ $(eval $(call gb_Module_add_targets,svx,\
Package_globlmn_hrc \
Package_inc \
Package_sdi \
- Package_gengal \
+))
+
+ifneq ($(OS),IOS)
+$(eval $(call gb_Module_add_targets,svx,\
Executable_gengal.bin \
+ Package_gengal \
))
+endif
$(eval $(call gb_Module_add_subsequentcheck_targets,svx,\
JunitTest_svx_unoapi \
More information about the Libreoffice-commits
mailing list