From 61e97b5303ecf722a73d9b9f09a857f612a7fcce Mon Sep 17 00:00:00 2001 From: Nikolai Pretzell Date: Thu, 14 Nov 2002 13:11:24 +0000 Subject: #100000# Workaround to: Bug in STLPort configuration leads to inconsistent exception specifications. --- xml2cmp/source/finder/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xml2cmp') diff --git a/xml2cmp/source/finder/makefile.mk b/xml2cmp/source/finder/makefile.mk index 85547bea931f..18fff9895fe0 100644 --- a/xml2cmp/source/finder/makefile.mk +++ b/xml2cmp/source/finder/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: np $ $Date: 2001-03-23 13:32:07 $ +# last change: $Author: np $ $Date: 2002-11-14 14:11:24 $ # # 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 -- cgit