diff options
author | Gene Anaya <ganaya@openoffice.org> | 2001-01-30 15:50:27 +0000 |
---|---|---|
committer | Gene Anaya <ganaya@openoffice.org> | 2001-01-30 15:50:27 +0000 |
commit | 60741715ba03a84a165b3a9517313b024f903269 (patch) | |
tree | 30c01aad2f9afbd38f5c21ee62b58266d5d10e53 | |
parent | 7471d8360e53679a9a6e28772bdd1a7d48e63d1b (diff) |
added staticmbflat.cxx for MacOS X
-rw-r--r-- | connectivity/source/drivers/flat/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/source/drivers/flat/makefile.mk b/connectivity/source/drivers/flat/makefile.mk index ac68397f98b2..0b29f21ca03a 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.4 $ +# $Revision: 1.5 $ # -# last change: $Author: oj $ $Date: 2000-10-24 16:32:46 $ +# last change: $Author: ganaya $ $Date: 2001-01-30 16:50:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -109,7 +109,8 @@ SLOFILES=\ # 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" -SLOFILES+=$(SLO)$/staticmbdbase.obj +SLOFILES+=$(SLO)$/staticmbflat.obj +SLOFILES+=$(SLO)$/staticmbodbc.obj .ENDIF SHL1VERSIONMAP= $(TARGET).map |