summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 07:26:39 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 07:26:39 +0000
commit4d2dbec544e62010354beed87a8c8ccf34a58ac4 (patch)
tree07aa99ba577f7e11ab0d299f2bdbcf12f51f9664 /connectivity
parent64c85a236ef1640d0b1e2d6181a441373e69e730 (diff)
INTEGRATION: CWS oj4 (1.11.104); FILE MERGED
2003/07/01 12:25:41 oj 1.11.104.2: #i14648# implement numeric and datetime functions as well 2003/06/27 13:37:56 oj 1.11.104.1: #i14648# implement string functions for file based drivers
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/file/makefile.mk31
1 files changed, 11 insertions, 20 deletions
diff --git a/connectivity/source/drivers/file/makefile.mk b/connectivity/source/drivers/file/makefile.mk
index 96b32f93b37f..ecd11985c1e6 100644
--- a/connectivity/source/drivers/file/makefile.mk
+++ b/connectivity/source/drivers/file/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: oj $ $Date: 2001-07-16 09:58:40 $
+# last change: $Author: obo $ $Date: 2003-09-04 08:26:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,24 +78,6 @@ ENVCFLAGS+=/FR$(SLO)$/
.INCLUDE : $(PRJ)$/version.mk
# --- Files -------------------------------------
-
-SLOFILES=\
- $(SLO)$/FNoException.obj \
- $(SLO)$/FConnection.obj \
- $(SLO)$/FResultSetMetaData.obj \
- $(SLO)$/FColumns.obj \
- $(SLO)$/FTables.obj \
- $(SLO)$/FTable.obj \
- $(SLO)$/FCatalog.obj \
- $(SLO)$/FResultSet.obj \
- $(SLO)$/FStatement.obj \
- $(SLO)$/FPreparedStatement.obj \
- $(SLO)$/FDatabaseMetaData.obj \
- $(SLO)$/FDriver.obj \
- $(SLO)$/fanalyzer.obj \
- $(SLO)$/fcode.obj \
- $(SLO)$/fcomp.obj
-
EXCEPTIONSFILES=\
$(SLO)$/FNoException.obj \
$(SLO)$/FConnection.obj \
@@ -112,6 +94,15 @@ EXCEPTIONSFILES=\
$(SLO)$/fanalyzer.obj \
$(SLO)$/fcomp.obj
+SLOFILES=\
+ $(EXCEPTIONSFILES) \
+ $(SLO)$/fcode.obj \
+ $(SLO)$/FStringFunctions.obj \
+ $(SLO)$/FDateFunctions.obj \
+ $(SLO)$/FNumericFunctions.obj
+
+
+
.IF "$(OS)"=="MACOSX"
#SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map
.ELSE