No sense building these for iOS

This commit is contained in:
Tor Lillqvist
2011-11-26 00:30:40 +02:00
parent 177fd47a8c
commit 649f45fdcd
2 changed files with 10 additions and 0 deletions

View File

@@ -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

View File

@@ -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