From e2efb71af3be53598a4ae78dd145c2567d559736 Mon Sep 17 00:00:00 2001 From: Patrick Luby Date: Fri, 2 Mar 2001 06:21:44 +0000 Subject: Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process --- unotools/source/streaming/makefile.mk | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'unotools/source/streaming') diff --git a/unotools/source/streaming/makefile.mk b/unotools/source/streaming/makefile.mk index d3a0c0bcc2bd..f934f6dfc7cb 100644 --- a/unotools/source/streaming/makefile.mk +++ b/unotools/source/streaming/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2000-11-07 09:47:31 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:20:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -96,15 +96,6 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES= $(SLO)$/streamhelper.obj \ $(SLO)$/streamwrap.obj -# NETBSD: somewhere we have to instantiate the static data members. -# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism -# for GCC won't work. SCO and MACOSX: the linker does know about weak -# symbols, but we can't ignore multiple defined symbols - -.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -SLOFILES+=$(SLO)$/staticmbstreaming.obj -.ENDIF - # --- Targets ---------------------------------- .INCLUDE : target.mk -- cgit