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