diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-11-26 00:30:40 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-11-26 00:34:15 +0200 |
commit | 649f45fdcd0bb01e087bfd1ab1056b9b02c7b7af (patch) | |
tree | a013aa93a247918ed77db293a3b2ccede619d52c /cpputools | |
parent | 177fd47a8c77848c00632398ec233464cb8575e2 (diff) |
No sense building these for iOS
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/registercomponent/makefile.mk | 5 | ||||
-rw-r--r-- | cpputools/source/regsingleton/makefile.mk | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk index 6808e0b90b4a..536d864ac3a1 100644 --- a/cpputools/source/registercomponent/makefile.mk +++ b/cpputools/source/registercomponent/makefile.mk @@ -35,6 +35,11 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.IF "$(OS)" == "IOS" +ALL: + @echo Nothing done for $(OS) +.ENDIF + UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb diff --git a/cpputools/source/regsingleton/makefile.mk b/cpputools/source/regsingleton/makefile.mk index e90b0c8c483f..9d8812cf8748 100644 --- a/cpputools/source/regsingleton/makefile.mk +++ b/cpputools/source/regsingleton/makefile.mk @@ -35,6 +35,11 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +.IF "$(OS)" == "IOS" +ALL: + @echo Nothing done for $(OS) +.ENDIF + UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb |