summaryrefslogtreecommitdiff
path: root/remotebridges/source
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-12 00:33:49 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-12 00:33:49 +0000
commit30398de1759d3131ccb76f38e311118452b44bb6 (patch)
tree31e28a62aedb23ea10ee3bf0f32fd69b61574726 /remotebridges/source
parent2dae6c682774ebbb5c5502e2f88e49ca42cd7d63 (diff)
Removed NETBSD from staticmb*.cxx compiling
Diffstat (limited to 'remotebridges/source')
-rwxr-xr-xremotebridges/source/dynamicloader/makefile.mk8
-rw-r--r--remotebridges/source/factory/makefile.mk8
2 files changed, 6 insertions, 10 deletions
diff --git a/remotebridges/source/dynamicloader/makefile.mk b/remotebridges/source/dynamicloader/makefile.mk
index b755476914b4..2d8e73ebe118 100755
--- a/remotebridges/source/dynamicloader/makefile.mk
+++ b/remotebridges/source/dynamicloader/makefile.mk
@@ -3,8 +3,8 @@
#* $Workfile: makefile $
#*
#* Ersterstellung JSC 24.06.99
-#* Letzte Aenderung $Author: hjs $ $Date: 2001-01-16 12:04:17 $
-#* $Revision: 1.3 $
+#* Letzte Aenderung $Author: pluby $ $Date: 2001-02-12 01:33:28 $
+#* $Revision: 1.4 $
#*
#* $Logfile:$
#*
@@ -41,10 +41,8 @@ INCPRE+=$(UNOUCROUT)
SLOFILES= \
$(SLO)$/dynamicloader.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)$/staticmbdynamic.obj
.ENDIF
diff --git a/remotebridges/source/factory/makefile.mk b/remotebridges/source/factory/makefile.mk
index 0bb6727e3781..1e707d423315 100644
--- a/remotebridges/source/factory/makefile.mk
+++ b/remotebridges/source/factory/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hjs $ $Date: 2001-01-16 11:48:19 $
+# last change: $Author: pluby $ $Date: 2001-02-12 01:33:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,10 +81,8 @@ SLOFILES= \
$(SLO)$/bridgefactory.obj\
$(SLO)$/bridgeimpl.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)$/staticmbfactory.obj
.ENDIF