Kaydet (Commit) bbe99e9c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No inter-process UNO on iOS

üst 53baab72
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment