summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:27:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:27:40 +0000
commit1322c110c594466a37a7623172f608f962ba18ac (patch)
treec39862ee4429a5be63f2b957d0c7157ee669bb43
parentc9447e28d226b3c0c299aa35d054001836e47983 (diff)
INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED
2006/04/07 20:21:00 sb 1.13.30.3: RESYNC: (1.13-1.14); FILE MERGED 2005/11/21 10:07:43 fs 1.13.30.2: #i57457# warning-free code on unx* 2005/11/16 12:59:03 fs 1.13.30.1: #i57457# warning free code
-rw-r--r--connectivity/source/drivers/file/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/drivers/file/makefile.mk b/connectivity/source/drivers/file/makefile.mk
index edd7dcc51e..31ec2876ac 100644
--- a/connectivity/source/drivers/file/makefile.mk
+++ b/connectivity/source/drivers/file/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: obo $ $Date: 2006-03-29 12:16:19 $
+# last change: $Author: hr $ $Date: 2006-06-20 01:27:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -65,15 +65,15 @@ EXCEPTIONSFILES=\
$(SLO)$/FDatabaseMetaData.obj \
$(SLO)$/FDriver.obj \
$(SLO)$/fanalyzer.obj \
- $(SLO)$/fcomp.obj
+ $(SLO)$/fcomp.obj \
+ $(SLO)$/fcode.obj
SLOFILES=\
$(EXCEPTIONSFILES) \
- $(SLO)$/fcode.obj \
$(SLO)$/FStringFunctions.obj \
$(SLO)$/FDateFunctions.obj \
- $(SLO)$/FNumericFunctions.obj
-
+ $(SLO)$/FNumericFunctions.obj \
+ $(SLO)$/quotedstring.obj
# --- Library -----------------------------------