diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-07 05:16:21 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-07 05:16:21 +0000 |
commit | ae94c9bda9c3fe62167c8f45273ef2a56e94206f (patch) | |
tree | 44c450afa8262c46c5820992522ea22a77d1cb9d /ucb/source/ucp | |
parent | 4abf2952c294311733d26ecfb2d18b5900352d34 (diff) |
Commented out symbol stripping for Mac OS X
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r-- | ucb/source/ucp/hierarchy/makefile.mk | 7 | ||||
-rw-r--r-- | ucb/source/ucp/package/makefile.mk | 7 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/makefile.mk | 7 |
3 files changed, 15 insertions, 6 deletions
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. |