diff options
author | Sander Vesik <svesik@openoffice.org> | 2001-02-02 16:34:02 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2001-02-02 16:34:02 +0000 |
commit | 676d6f93207b2b4ac53d924b8bbc2574778669a9 (patch) | |
tree | 5caa61d8a97dad84abb231a917890dcb150c5be6 /comphelper | |
parent | 7b7ba81ca8c65d7b9f84550fb9fdcac71fffb933 (diff) |
Merge NetBSD changes by Michael Rauch from OO614B to HEAD.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/container/makefile.mk | 8 | ||||
-rw-r--r-- | comphelper/source/eventattachermgr/makefile.mk | 8 | ||||
-rw-r--r-- | comphelper/source/misc/makefile.mk | 8 | ||||
-rw-r--r-- | comphelper/source/property/makefile.mk | 8 | ||||
-rw-r--r-- | comphelper/source/streaming/makefile.mk | 8 |
5 files changed, 15 insertions, 25 deletions
diff --git a/comphelper/source/container/makefile.mk b/comphelper/source/container/makefile.mk index a0de9408c587..cf1d9c91d56d 100644 --- a/comphelper/source/container/makefile.mk +++ b/comphelper/source/container/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: pluby $ $Date: 2000-10-07 21:13:51 $ +# last change: $Author: svesik $ $Date: 2001-02-02 17:30:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,10 +77,8 @@ SLOFILES=\ $(SLO)$/enumhelper.obj \ $(SLO)$/container.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" +.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" SLOFILES+=$(SLO)$/staticmbcontainer.obj .ENDIF diff --git a/comphelper/source/eventattachermgr/makefile.mk b/comphelper/source/eventattachermgr/makefile.mk index a7b82a524907..5f139c453bd2 100644 --- a/comphelper/source/eventattachermgr/makefile.mk +++ b/comphelper/source/eventattachermgr/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: pluby $ $Date: 2000-10-07 21:13:52 $ +# last change: $Author: svesik $ $Date: 2001-02-02 17:30:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -103,10 +103,8 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES= $(SLO)$/eventattachermgr.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" +.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" SLOFILES+=$(SLO)$/staticmbeventattachermgr.obj .ENDIF diff --git a/comphelper/source/misc/makefile.mk b/comphelper/source/misc/makefile.mk index 2bcb1b9d4e7f..d313c3830774 100644 --- a/comphelper/source/misc/makefile.mk +++ b/comphelper/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2000-11-08 15:52:09 $ +# last change: $Author: svesik $ $Date: 2001-02-02 17:30:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,10 +80,8 @@ SLOFILES= $(SLO)$/interaction.obj \ $(SLO)$/querydeep.obj \ $(SLO)$/regpathhelper.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" +.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" SLOFILES+=$(SLO)$/staticmbinteraction.obj .ENDIF diff --git a/comphelper/source/property/makefile.mk b/comphelper/source/property/makefile.mk index 0e1c8afd1580..67fe2f5d0d4c 100644 --- a/comphelper/source/property/makefile.mk +++ b/comphelper/source/property/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: fs $ $Date: 2001-01-23 16:10:05 $ +# last change: $Author: svesik $ $Date: 2001-02-02 17:30:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,10 +80,8 @@ SLOFILES= $(SLO)$/composedprops.obj \ $(SLO)$/propstate.obj \ $(SLO)$/propertycontainer.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" +.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" SLOFILES+=$(SLO)$/staticmbproperty.obj .ENDIF diff --git a/comphelper/source/streaming/makefile.mk b/comphelper/source/streaming/makefile.mk index 6696b506708d..e82aad774aaf 100644 --- a/comphelper/source/streaming/makefile.mk +++ b/comphelper/source/streaming/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: pluby $ $Date: 2000-10-07 21:13:53 $ +# last change: $Author: svesik $ $Date: 2001-02-02 17:30:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,10 +77,8 @@ SLOFILES= $(SLO)$/basicio.obj \ $(SLO)$/seqstream.obj \ $(SLO)$/streamsection.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" +.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" SLOFILES+=$(SLO)$/staticmbstreaming.obj .ENDIF |