summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorGene Anaya <ganaya@openoffice.org>2001-02-08 02:43:58 +0000
committerGene Anaya <ganaya@openoffice.org>2001-02-08 02:43:58 +0000
commitb1c787161f451992d3c83f3ec6335179786f5e20 (patch)
treef4b853a12c2c5953d0b817da882f08adc883511b /connectivity/source
parentf0abddb2e12952154f2851ab39101383f8f50368 (diff)
Added staticmb file for MacOS X.
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/sdbcx/makefile.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/connectivity/source/sdbcx/makefile.mk b/connectivity/source/sdbcx/makefile.mk
index e3df9b98f9b9..a02d7cd6069b 100644
--- a/connectivity/source/sdbcx/makefile.mk
+++ b/connectivity/source/sdbcx/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: ganaya $ $Date: 2001-01-30 16:58:32 $
+# last change: $Author: ganaya $ $Date: 2001-02-08 03:43:58 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -151,8 +151,13 @@ SLOFILES=\
$(SLO)$/VKey.obj \
$(SLO)$/VIndex.obj \
$(SLO)$/VCatalog.obj \
- $(SLO)$/VView.obj \
+ $(SLO)$/VView.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
$(SLO)$/staticmbsdbcx.obj
+.ENDIF
# --- Targets ----------------------------------