summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/mozillasrc/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-19 16:33:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-19 16:33:56 +0000
commit0db4460ce45c924a7bae4c5ab712dc15ddbbcba4 (patch)
treec9e4d6b3926d0a14b1b1d5fe488c544fb8dd7a23 /connectivity/source/drivers/mozab/mozillasrc/makefile.mk
parent152e391c66c5eb285fa38534c10baa8ad6679cd5 (diff)
#i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.7.2.2-1.7.2.2.2.1) -> HEAD
Diffstat (limited to 'connectivity/source/drivers/mozab/mozillasrc/makefile.mk')
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/makefile.mk14
1 files changed, 12 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/makefile.mk b/connectivity/source/drivers/mozab/mozillasrc/makefile.mk
index 8c5c9ac4b4..125ffd93fb 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/makefile.mk
+++ b/connectivity/source/drivers/mozab/mozillasrc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: armin $ $Date: 2002-03-19 11:58:57 $
+# last change: $Author: hr $ $Date: 2002-08-19 17:33:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -84,6 +84,15 @@ ENVCFLAGS+=/FR$(SLO)$/
.ENDIF
.INCLUDE : settings.mk
+
+.IF "$(OS)"=="MACOSX"
+
+dummy:
+ @echo " Not building the mozillasrc stuff in OpenOffice.org build"
+ @echo " dependency to Mozilla developer snapshots not feasable at the moment"
+
+.ELSE
+
.INCLUDE : $(PRJ)$/version.mk
@@ -163,6 +172,7 @@ CDEFS += -DTRACING
SHL1TARGET_NAME=$(TARGET)$(MOZAB_MAJOR)
+.ENDIF # MACOSX
# --- Targets ----------------------------------