diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-30 07:25:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-30 07:25:57 +0000 |
commit | 700d30c8de810fdbc3dc6fe3c0a35e5c3e26d2e1 (patch) | |
tree | f59633abcae6e93a0e6531c4ef828762d2c3af25 /tools/util | |
parent | d55d42d39637747c57513e998bab9c00cf84d8a8 (diff) |
INTEGRATION: CWS beta2regression01 (1.8.16); FILE MERGED
2003/04/29 10:34:52 abi 1.8.16.1: #109192# enabling exception support
Diffstat (limited to 'tools/util')
-rw-r--r-- | tools/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/util/makefile.mk b/tools/util/makefile.mk index b792abcca7b7..42c11cb73aeb 100644 --- a/tools/util/makefile.mk +++ b/tools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2003-04-24 13:28:02 $ +# last change: $Author: rt $ $Date: 2003-04-30 08:25:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,6 +65,7 @@ PRJ=.. PRJNAME=TOOLS TARGET=tools VERSION=$(UPD) +ENABLE_EXCEPTIONS=true # --- Settings ----------------------------------------------------- |