From ae94c9bda9c3fe62167c8f45273ef2a56e94206f Mon Sep 17 00:00:00 2001 From: Patrick Luby <pluby@openoffice.org> Date: Wed, 7 Mar 2001 05:16:21 +0000 Subject: Commented out symbol stripping for Mac OS X --- ucb/source/ucp/hierarchy/makefile.mk | 7 +++++-- ucb/source/ucp/package/makefile.mk | 7 +++++-- ucb/source/ucp/webdav/makefile.mk | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/hierarchy/makefile.mk b/ucb/source/ucp/hierarchy/makefile.mk index 7b3d50f36bf1..716c697f9aab 100644 --- a/ucb/source/ucp/hierarchy/makefile.mk +++ b/ucb/source/ucp/hierarchy/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: pluby $ $Date: 2001-03-02 07:20:08 $ +# last change: $Author: pluby $ $Date: 2001-03-07 06:16:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,7 +95,10 @@ LIB1OBJFILES=$(SLOFILES) SHL1TARGET=$(TARGET)$(UCPHIER_MAJOR) SHL1IMPLIB=i$(TARGET) +.IF "$(OS)"=="MACOSX" +.ELSE SHL1VERSIONMAP= $(TARGET).map +.ENDIF SHL1STDLIBS=\ $(CPPUHELPERLIB) \ diff --git a/ucb/source/ucp/package/makefile.mk b/ucb/source/ucp/package/makefile.mk index 62ab5d7abcc7..4684a0e526f1 100644 --- a/ucb/source/ucp/package/makefile.mk +++ b/ucb/source/ucp/package/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: kso $ $Date: 2000-11-17 14:41:33 $ +# last change: $Author: pluby $ $Date: 2001-03-07 06:16:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -100,7 +100,10 @@ LIB1OBJFILES=$(SLOFILES) SHL1TARGET=$(TARGET)$(UCP_VERSION) SHL1IMPLIB=i$(TARGET) +.IF "$(OS)"=="MACOSX" +.ELSE SHL1VERSIONMAP=exports.map +.ENDIF SHL1STDLIBS=\ $(CPPUHELPERLIB) \ diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk index b6a3baa8e703..9fa08cc59156 100644 --- a/ucb/source/ucp/webdav/makefile.mk +++ b/ucb/source/ucp/webdav/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: pluby $ $Date: 2001-03-02 07:20:17 $ +# last change: $Author: pluby $ $Date: 2001-03-07 06:16:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -116,7 +116,10 @@ LIB1OBJFILES=$(SLOFILES) SHL1TARGET=$(TARGET)$(UCP_VERSION) SHL1IMPLIB=i$(TARGET) +.IF "$(OS)"=="MACOSX" +.ELSE SHL1VERSIONMAP=exports.map +.ENDIF # @@@ Add additional libs here. -- cgit