diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-02 06:21:44 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-02 06:21:44 +0000 |
commit | e2efb71af3be53598a4ae78dd145c2567d559736 (patch) | |
tree | e96f95b9bf2acb4b9752cd648c8bc2805cb3076f /comphelper | |
parent | 46f9afe549487c4070c4bd9b1ae7d6827c941abd (diff) |
Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/container/makefile.mk | 9 | ||||
-rw-r--r-- | comphelper/source/eventattachermgr/makefile.mk | 9 | ||||
-rw-r--r-- | comphelper/source/misc/makefile.mk | 9 | ||||
-rw-r--r-- | comphelper/source/property/makefile.mk | 9 | ||||
-rw-r--r-- | comphelper/source/streaming/makefile.mk | 9 |
5 files changed, 10 insertions, 35 deletions
diff --git a/comphelper/source/container/makefile.mk b/comphelper/source/container/makefile.mk index cf1d9c91d56d..c4369c4e46fd 100644 --- a/comphelper/source/container/makefile.mk +++ b/comphelper/source/container/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: svesik $ $Date: 2001-02-02 17:30:19 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:13:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,11 +77,6 @@ SLOFILES=\ $(SLO)$/enumhelper.obj \ $(SLO)$/container.obj -# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols -.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -SLOFILES+=$(SLO)$/staticmbcontainer.obj -.ENDIF - # --- Targets ---------------------------------- .INCLUDE : target.mk diff --git a/comphelper/source/eventattachermgr/makefile.mk b/comphelper/source/eventattachermgr/makefile.mk index 5f139c453bd2..7d79358d1188 100644 --- a/comphelper/source/eventattachermgr/makefile.mk +++ b/comphelper/source/eventattachermgr/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: svesik $ $Date: 2001-02-02 17:30:20 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:13:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -103,11 +103,6 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES= $(SLO)$/eventattachermgr.obj -# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols -.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -SLOFILES+=$(SLO)$/staticmbeventattachermgr.obj -.ENDIF - # --- Targets ---------------------------------- .INCLUDE : target.mk diff --git a/comphelper/source/misc/makefile.mk b/comphelper/source/misc/makefile.mk index d313c3830774..667be9f1ba6c 100644 --- a/comphelper/source/misc/makefile.mk +++ b/comphelper/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: svesik $ $Date: 2001-02-02 17:30:20 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:13:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,11 +80,6 @@ SLOFILES= $(SLO)$/interaction.obj \ $(SLO)$/querydeep.obj \ $(SLO)$/regpathhelper.obj \ -# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols -.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -SLOFILES+=$(SLO)$/staticmbinteraction.obj -.ENDIF - # --- Targets ---------------------------------- .INCLUDE : target.mk diff --git a/comphelper/source/property/makefile.mk b/comphelper/source/property/makefile.mk index 67fe2f5d0d4c..1632c7912110 100644 --- a/comphelper/source/property/makefile.mk +++ b/comphelper/source/property/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: svesik $ $Date: 2001-02-02 17:30:21 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:13:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,11 +80,6 @@ SLOFILES= $(SLO)$/composedprops.obj \ $(SLO)$/propstate.obj \ $(SLO)$/propertycontainer.obj \ -# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols -.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -SLOFILES+=$(SLO)$/staticmbproperty.obj -.ENDIF - # --- Targets ---------------------------------- .INCLUDE : target.mk diff --git a/comphelper/source/streaming/makefile.mk b/comphelper/source/streaming/makefile.mk index e82aad774aaf..0eb4efb3731f 100644 --- a/comphelper/source/streaming/makefile.mk +++ b/comphelper/source/streaming/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: svesik $ $Date: 2001-02-02 17:30:21 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:13:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,11 +77,6 @@ SLOFILES= $(SLO)$/basicio.obj \ $(SLO)$/seqstream.obj \ $(SLO)$/streamsection.obj \ -# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols -.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -SLOFILES+=$(SLO)$/staticmbstreaming.obj -.ENDIF - # --- Targets ---------------------------------- .INCLUDE : target.mk |