diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:56:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:56:45 +0000 |
commit | 05b914ce3bb830783fcbb28290332068cdbf334e (patch) | |
tree | 1ea398edf00413e6c49873af1a11a7c321a703f0 /tools | |
parent | f5e07d2a818fbd7de0c197da6912c38cbdaffcfe (diff) |
INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED
2005/10/27 16:05:25 sb 1.7.8.1: #i53898# Made code warning-free.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/workben/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/workben/makefile.mk b/tools/workben/makefile.mk index 53c6811c0251..9c38de3295a4 100644 --- a/tools/workben/makefile.mk +++ b/tools/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-09 14:53:26 $ +# last change: $Author: hr $ $Date: 2006-06-19 13:56:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,6 +38,7 @@ PRJNAME = tl TARGET = tldem LIBTARGET = NO TARGETTYPE = CUI +ENABLE_EXCEPTIONS=TRUE .INCLUDE: settings.mk |