summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-17 14:30:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-17 16:36:03 +0000
commit1146a340468546cae7c2498fb24f47c67ab98feb (patch)
treef3ad868c227c637305f40e66458a3283322b0bf1 /connectivity
parent33b6af02195144875e9fa1a0663d55441aa3f5f4 (diff)
WaE: enable exceptions for these too
Diffstat (limited to 'connectivity')
-rwxr-xr-xconnectivity/source/commontools/makefile.mk4
-rwxr-xr-xconnectivity/source/drivers/file/makefile.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/commontools/makefile.mk b/connectivity/source/commontools/makefile.mk
index 24125388dd18..686f6d67a42e 100755
--- a/connectivity/source/commontools/makefile.mk
+++ b/connectivity/source/commontools/makefile.mk
@@ -49,6 +49,7 @@ ENVCFLAGS += -DBOOST_SPIRIT_USE_OLD_NAMESPACE
# --- Files --------------------------------------------------------
EXCEPTIONSFILES=\
+ $(SLO)$/AutoRetrievingBase.obj \
$(SLO)$/predicateinput.obj \
$(SLO)$/ConnectionWrapper.obj \
$(SLO)$/TConnection.obj \
@@ -90,8 +91,7 @@ EXCEPTIONSFILES=\
$(SLO)$/dbconversion.obj
SLOFILES=\
- $(EXCEPTIONSFILES) \
- $(SLO)$/AutoRetrievingBase.obj \
+ $(EXCEPTIONSFILES)
diff --git a/connectivity/source/drivers/file/makefile.mk b/connectivity/source/drivers/file/makefile.mk
index 41f061de80ca..0b21336702ba 100755
--- a/connectivity/source/drivers/file/makefile.mk
+++ b/connectivity/source/drivers/file/makefile.mk
@@ -62,11 +62,11 @@ EXCEPTIONSFILES=\
$(SLO)$/FTables.obj \
$(SLO)$/fanalyzer.obj \
$(SLO)$/fcode.obj \
- $(SLO)$/fcomp.obj
+ $(SLO)$/fcomp.obj \
+ $(SLO)$/quotedstring.obj
SLOFILES=\
- $(EXCEPTIONSFILES) \
- $(SLO)$/quotedstring.obj
+ $(EXCEPTIONSFILES)
# --- Library -----------------------------------