diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-09-24 09:31:50 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-09-24 09:31:50 +0000 |
commit | db1c31e8baa0cc419652150154d669a7b1342989 (patch) | |
tree | beeaf9df2346fb3259b009758c52b0cf6b030c0f /sal/test | |
parent | 9e550f8262b63b3ec84e7790c5cf0fece4e61dd9 (diff) |
#102945# Enabled exceptions (needed by testuri.cxx).
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/makefile.mk | 5 |
1 files 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 |