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 | 8c2988398414a72135b71867dfb26ff3f50012ef (patch) | |
tree | dd9b5c21cf5f8c33e228bbeb2343fb9bf7c7a886 /unodevtools/source | |
parent | 9cc346dc884f12cd6c31af36af41e3bf75c87703 (diff) |
Don't build skeletonmaker for iOS
Diffstat (limited to 'unodevtools/source')
-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 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) |