From 73607d3fceeb41d5ee15efb05af77bcb5fe334ee Mon Sep 17 00:00:00 2001 From: Nikolai Pretzell Date: Thu, 14 Nov 2002 13:03:30 +0000 Subject: #100000# Workaround to: Bug in STLPort configuration leads to inconsistent exception specifications. --- xml2cmp/source/support/makefile.mk | 6 ++++-- xml2cmp/source/xcd/makefile.mk | 6 ++++-- xml2cmp/util/makefile.mk | 5 +++-- 3 files changed, 11 insertions(+), 6 deletions(-) (limited to 'xml2cmp') diff --git a/xml2cmp/source/support/makefile.mk b/xml2cmp/source/support/makefile.mk index 1d4cf5625732..cd04faeae601 100644 --- a/xml2cmp/source/support/makefile.mk +++ b/xml2cmp/source/support/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: np $ $Date: 2001-03-23 13:23:17 $ +# last change: $Author: np $ $Date: 2002-11-14 14:03:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,6 +70,8 @@ TARGETTYPE=CUI # --- Settings ----------------------------------------------------- +ENABLE_EXCEPTIONS=TRUE + .INCLUDE : settings.mk diff --git a/xml2cmp/source/xcd/makefile.mk b/xml2cmp/source/xcd/makefile.mk index 5abd8f797c8a..312a6066f03c 100644 --- a/xml2cmp/source/xcd/makefile.mk +++ b/xml2cmp/source/xcd/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: np $ $Date: 2001-03-23 13:39:37 $ +# last change: $Author: np $ $Date: 2002-11-14 14:03:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,6 +70,8 @@ TARGETTYPE=CUI # --- Settings ----------------------------------------------------- +ENABLE_EXCEPTIONS=TRUE + .INCLUDE : settings.mk diff --git a/xml2cmp/util/makefile.mk b/xml2cmp/util/makefile.mk index b9415c312697..8de805c7cc92 100644 --- a/xml2cmp/util/makefile.mk +++ b/xml2cmp/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: np $ $Date: 2001-03-23 13:49:53 $ +# last change: $Author: np $ $Date: 2002-11-14 14:03:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,6 +68,7 @@ TARGETTYPE=CUI # --- Settings ----------------------------------------------------- +ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk -- cgit