From 8c2988398414a72135b71867dfb26ff3f50012ef Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 14 Jun 2011 00:21:31 +0300 Subject: Don't build skeletonmaker for iOS --- unodevtools/source/skeletonmaker/makefile.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'unodevtools') diff --git a/unodevtools/source/skeletonmaker/makefile.mk b/unodevtools/source/skeletonmaker/makefile.mk index 6205a1fd476e..ec0a382134d3 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) -- cgit