summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2009-01-20 12:28:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2009-01-20 12:28:18 +0000
commita59906861a342e46888280d95b55574c123427f2 (patch)
treec1904dddbc6c815d3ed128d1213c3d5ad50fbd98
parentaa8849e6f8f197e68f3faef31647aca5d1b0b81f (diff)
CWS-TOOLING: integrate CWS hro41_DEV300
-rw-r--r--desktop/util/makefile.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk
index 5c8b8f6810..4365c6d8fc 100644
--- a/desktop/util/makefile.mk
+++ b/desktop/util/makefile.mk
@@ -210,6 +210,16 @@ ALLTAR : $(BIN)$/so$/soffice_so$(EXECPOST) $(BIN)$/soffice_oo$(EXECPOST)
.ENDIF
+.IF "$(OS)" == "MACOSX"
+$(BIN)$/so$/soffice_mac$(EXECPOST) : $(APP1TARGETN)
+ $(COPY) $< $@
+
+$(BIN)$/soffice_mac$(EXECPOST) : $(APP5TARGETN)
+ $(COPY) $< $@
+
+ALLTAR : $(BIN)$/so$/soffice_mac$(EXECPOST) $(BIN)$/soffice_mac$(EXECPOST)
+
+.ENDIF
.IF "$(GUI)" == "WNT"