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.mk21
1 files changed, 17 insertions, 4 deletions
diff --git a/connectivity/source/drivers/flat/makefile.mk b/connectivity/source/drivers/flat/makefile.mk
index 7de72345e2d3..8092c5aba3df 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.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: oj $ $Date: 2001-05-17 06:46:52 $
+# last change: $Author: oj $ $Date: 2001-05-23 09:13:11 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,8 +65,6 @@ PRJINC=..$/..
PRJNAME=connectivity
TARGET=flat
-ENABLE_EXCEPTIONS=TRUE
-
# --- Settings ----------------------------------
.IF "$(DBGUTIL_OJ)"!=""
ENVCFLAGS+=/FR$(SLO)$/
@@ -79,6 +77,20 @@ ENVCFLAGS+=/FR$(SLO)$/
# --- Files -------------------------------------
SLOFILES=\
+ $(SLO)$/ENoException.obj \
+ $(SLO)$/EResultSet.obj \
+ $(SLO)$/EStatement.obj \
+ $(SLO)$/EPreparedStatement.obj \
+ $(SLO)$/ETable.obj \
+ $(SLO)$/EDatabaseMetaData.obj \
+ $(SLO)$/ECatalog.obj \
+ $(SLO)$/EColumns.obj \
+ $(SLO)$/ETables.obj \
+ $(SLO)$/EConnection.obj \
+ $(SLO)$/Eservices.obj \
+ $(SLO)$/EDriver.obj
+
+EXCEPTIONSFILES=\
$(SLO)$/EResultSet.obj \
$(SLO)$/EStatement.obj \
$(SLO)$/EPreparedStatement.obj \
@@ -91,6 +103,7 @@ SLOFILES=\
$(SLO)$/Eservices.obj \
$(SLO)$/EDriver.obj
+
.IF "$(OS)"=="MACOSX"
#SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map
.ELSE