From e1022adee0a2708964c75094d17e7da406fccff0 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Thu, 12 Apr 2001 11:33:30 +0000 Subject: correct access to bstr and variant --- connectivity/source/drivers/ado/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity/source/drivers/ado/makefile.mk') diff --git a/connectivity/source/drivers/ado/makefile.mk b/connectivity/source/drivers/ado/makefile.mk index fdf5d21c52b5..fef8eba5cf21 100644 --- a/connectivity/source/drivers/ado/makefile.mk +++ b/connectivity/source/drivers/ado/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: oj $ $Date: 2001-03-19 09:35:27 $ +# last change: $Author: oj $ $Date: 2001-04-12 12:31:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,6 +80,7 @@ ENVCFLAGS+=/FR$(SLO)$/ # --- Files ------------------------------------- SLOFILES=\ + $(SLO)$/ADatabaseMetaData.obj \ $(SLO)$/AColumn.obj \ $(SLO)$/AColumns.obj \ $(SLO)$/AIndex.obj \ @@ -100,7 +101,6 @@ SLOFILES=\ $(SLO)$/ADatabaseMetaDataResultSet.obj \ $(SLO)$/AResultSet.obj \ $(SLO)$/AConnection.obj \ - $(SLO)$/ADatabaseMetaData.obj \ $(SLO)$/AStatement.obj \ $(SLO)$/APreparedStatement.obj \ $(SLO)$/AResultSetMetaData.obj \ -- cgit