summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/jdbc/makefile.mk')
-rw-r--r--connectivity/source/drivers/jdbc/makefile.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/connectivity/source/drivers/jdbc/makefile.mk b/connectivity/source/drivers/jdbc/makefile.mk
index ee15d2675d..08e095590b 100644
--- a/connectivity/source/drivers/jdbc/makefile.mk
+++ b/connectivity/source/drivers/jdbc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: pluby $ $Date: 2001-02-23 22:01:38 $
+# last change: $Author: pluby $ $Date: 2001-03-02 07:13:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -157,13 +157,6 @@ SLOFILES=\
$(SLO)$/tools.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)$/staticmbjdbc.obj
-SLOFILES+=$(SLO)$/staticmbodbc.obj
-.ENDIF
-
-
.IF "$(OS)"=="MACOSX"
#SHL1VERSIONMAP=$(JDBC_TARGET).$(DLLPOSTFIX).map
.ELSE