summaryrefslogtreecommitdiff
path: root/connectivity/source/simpledbt
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-04 07:22:22 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-04 07:22:22 +0000
commitaa40b1ea043db21ec45c997ad3a87d003fde7f08 (patch)
treeca6484b3ed0ee58199a6ae5082c02fcf6d997f5c /connectivity/source/simpledbt
parentbbd5003f6adc7744b529f68d4d3b0e49653f2be3 (diff)
INTEGRATION: CWS dba203c (1.3.86); FILE MERGED
2006/04/20 12:16:16 fs 1.3.86.1: #i64427# exception support
Diffstat (limited to 'connectivity/source/simpledbt')
-rw-r--r--connectivity/source/simpledbt/makefile.mk19
1 files changed, 11 insertions, 8 deletions
diff --git a/connectivity/source/simpledbt/makefile.mk b/connectivity/source/simpledbt/makefile.mk
index 8ef84cdc1aa2..9afa697b6d3b 100644
--- a/connectivity/source/simpledbt/makefile.mk
+++ b/connectivity/source/simpledbt/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 07:46:54 $
+# last change: $Author: rt $ $Date: 2006-05-04 08:22:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,13 +41,16 @@ TARGET=simpledbt
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
+EXCEPTIONSFILES=\
+ $(SLO)$/staticdbtools_s.obj \
+ $(SLO)$/parsenode_s.obj \
+ $(SLO)$/parser_s.obj
+
SLOFILES=\
- $(SLO)$/charset_s.obj \
- $(SLO)$/refbase.obj \
- $(SLO)$/staticdbtools_s.obj \
- $(SLO)$/parsenode_s.obj \
- $(SLO)$/parser_s.obj \
- $(SLO)$/dbtfactory.obj \
+ $(EXCEPTIONSFILES) \
+ $(SLO)$/charset_s.obj \
+ $(SLO)$/refbase.obj \
+ $(SLO)$/dbtfactory.obj \
# --- Targets ------------------------------------------------------