[Libreoffice-commits] .: unodevtools/source
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 13 15:53:24 PDT 2011
unodevtools/source/skeletonmaker/makefile.mk | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit b8872e7aa198c65c47dc95c0baf8489ea5f9be5a
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Jun 14 00:21:31 2011 +0300
Don't build skeletonmaker for iOS
diff --git a/unodevtools/source/skeletonmaker/makefile.mk b/unodevtools/source/skeletonmaker/makefile.mk
index 6205a1f..ec0a382 100644
--- a/unodevtools/source/skeletonmaker/makefile.mk
+++ b/unodevtools/source/skeletonmaker/makefile.mk
@@ -35,6 +35,12 @@ LIBTARGET := NO
ENABLE_EXCEPTIONS := TRUE
.INCLUDE: settings.mk
+
+.IF "$(OS)" == "IOS"
+all:
+ @echo No point in build-time executables for this platform
+.ENDIF
+
.INCLUDE : $(PRJ)$/unodevtools.pmk
APP1TARGET = $(TARGET)
More information about the Libreoffice-commits
mailing list