From db1c31e8baa0cc419652150154d669a7b1342989 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 24 Sep 2002 09:31:50 +0000 Subject: #102945# Enabled exceptions (needed by testuri.cxx). --- sal/test/makefile.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk index f14c8988e7cd..ad3074429fdc 100644 --- a/sal/test/makefile.mk +++ b/sal/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: kr $ $Date: 2002-01-07 16:16:14 $ +# last change: $Author: sb $ $Date: 2002-09-24 10:31:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,6 +67,7 @@ TARGET=saltest TARGETTYPE=CUI LIBTARGET=NO USE_LDUMP2=TRUE +ENABLE_EXCEPTIONS=TRUE #LDUMP2=LDUMP3 -- cgit