? unxmacxp.pro Index: source/drivers/mozaddressbook/makefile.mk =================================================================== RCS file: /cvs/oo/dba/connectivity/source/drivers/mozaddressbook/makefile.mk,v retrieving revision 1.11.4.1 diff -u -r1.11.4.1 makefile.mk --- source/drivers/mozaddressbook/makefile.mk 2001/09/21 14:04:01 1.11.4.1 +++ source/drivers/mozaddressbook/makefile.mk 2002/02/13 04:33:11 @@ -60,11 +60,20 @@ # #************************************************************************* + PRJ=..$/..$/.. PRJINC=..$/.. PRJNAME=connectivity TARGET=mozab +# [ed] 2/12/02 Don't build this. The mozillasrc doesn't compile with 0.9.7, so leave this +# until we can fix it. + +.IF "$(OS)"=="MACOSX" +all: + echo "Not building as Moz is not yet available for OS X" +.ENDIF + #mozilla specific stuff. #.IF "$(GUI)" == "WNT" MOZ_LIB=$(SOLARVERSION)$/$(INPATH)$/lib$(UPDMINOREXT) @@ -162,9 +171,6 @@ DEF1NAME= $(SHL1TARGET) DEF1EXPORTFILE= exports.dxp - # --- Targets ---------------------------------- .INCLUDE : target.mk - - Index: source/drivers/mozaddressbook/mozillasrc/makefile.mk =================================================================== RCS file: /cvs/oo/dba/connectivity/source/drivers/mozaddressbook/mozillasrc/makefile.mk,v retrieving revision 1.13.4.1 diff -u -r1.13.4.1 makefile.mk --- source/drivers/mozaddressbook/mozillasrc/makefile.mk 2001/10/07 15:47:09 1.13.4.1 +++ source/drivers/mozaddressbook/mozillasrc/makefile.mk 2002/02/13 04:33:11 @@ -92,6 +92,14 @@ echo " dependency to Mozilla developer snapshots not feasable at the moment" .ENDIF +#[ed] 2/10/02 Skip this too + +.IF "$(OS)"=="MACOSX" +all: + echo " Not building the addressbook driver in OpenOffice.org build" + echo " dependency to Mozilla developer snapshots not feasable at the moment" +.ENDIF + #mozilla specific stuff. # --- Files -------------------------------------