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 | 0886103dac0a14c10e8810d62647659b08e73584 (patch) | |
tree | 776bff5dff31e9db76370e50945eb93f92febec3 /sal/test | |
parent | 0dc2d6a2af0f7090efd352cd4f435df0f653710e (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 f14c8988e..ad3074429 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 |