diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-10 16:21:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-13 02:43:59 +0200 |
commit | bbe99e9c7b28b9e68e0fda5f853542cd9b07f659 (patch) | |
tree | 1266832c0073455d9787c821c77fca61ba4a88c9 /io | |
parent | 53baab726138aa221103cc5924a6c0316ae04c26 (diff) |
No inter-process UNO on iOS
Diffstat (limited to 'io')
-rw-r--r-- | io/source/acceptor/makefile.mk | 4 | ||||
-rw-r--r-- | io/source/connector/makefile.mk | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/io/source/acceptor/makefile.mk b/io/source/acceptor/makefile.mk index 2473aad8f6ba..40d6c023bf38 100644 --- a/io/source/acceptor/makefile.mk +++ b/io/source/acceptor/makefile.mk @@ -39,6 +39,8 @@ COMPRDB=$(SOLARBINDIR)$/udkapi.rdb DLLPRE = # ------------------------------------------------------------------ +.IF "$(OS)" != "IOS" + UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb UNOUCROUT=$(OUT)$/inc$/acceptor @@ -69,6 +71,8 @@ DEF1NAME= $(SHL1TARGET) # --- Targets ------------------------------------------------------ .ENDIF # L10N_framework +.ENDIF + .INCLUDE : target.mk ALLTAR : $(MISC)/acceptor.component diff --git a/io/source/connector/makefile.mk b/io/source/connector/makefile.mk index c254e3640fc8..a4844304d031 100644 --- a/io/source/connector/makefile.mk +++ b/io/source/connector/makefile.mk @@ -39,6 +39,8 @@ COMPRDB=$(SOLARBINDIR)$/udkapi.rdb DLLPRE = # ------------------------------------------------------------------ +.IF "$(OS)" != "IOS" + UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb UNOUCROUT=$(OUT)$/inc$/connector @@ -69,6 +71,8 @@ DEF1NAME= $(SHL1TARGET) # --- Targets ------------------------------------------------------ .ENDIF # L10N_framework +.ENDIF + .INCLUDE : target.mk ALLTAR : $(MISC)/connector.component |