diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-14 00:21:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-14 00:21:31 +0300 |
commit | b8872e7aa198c65c47dc95c0baf8489ea5f9be5a (patch) | |
tree | 1eaa57bac9f29248b1c4c2d994014159a924673e | |
parent | 5147b840b68a4c048d0c2dc356a7b4138f694bd7 (diff) |
Don't build skeletonmaker for iOS
-rw-r--r-- | unodevtools/source/skeletonmaker/makefile.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unodevtools/source/skeletonmaker/makefile.mk b/unodevtools/source/skeletonmaker/makefile.mk index 6205a1fd..ec0a3821 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) |