diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:00:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:00:47 +0000 |
commit | 4b2e95fe782d2c36ea91004461171a4aa1d0d2ae (patch) | |
tree | c862845752c16b29a9f9d226cfa0abb39883b432 /connectivity | |
parent | 84248e122706df29964020331d66acad9930d3b1 (diff) |
INTEGRATION: CWS mingwport03 (1.14.168); FILE MERGED
2006/09/07 10:22:08 vg 1.14.168.1: #i53572# MinGW port
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/odbc/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/odbc/makefile.mk b/connectivity/source/drivers/odbc/makefile.mk index 93fbf76602d6..6a805b40c7f7 100644 --- a/connectivity/source/drivers/odbc/makefile.mk +++ b/connectivity/source/drivers/odbc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: rt $ $Date: 2005-09-08 06:36:23 $ +# last change: $Author: vg $ $Date: 2007-03-26 14:00:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -110,7 +110,7 @@ SHL2STDLIBS=\ $(SALLIB) .IF "$(ODBCBASELIB)" == "" -SHL2STDLIBS+= iodbcbase.lib +SHL2STDLIBS+= $(ODBCBASELIB) .ENDIF SHL2DEPN=$(SHL1TARGETN) |