diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 14:08:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 14:08:25 +0000 |
commit | 88fc4413af8d4ff0009e3401634d3d68db368221 (patch) | |
tree | 9ddfc58d6ef1cee99c953375d0e168807aa73a05 /dtrans | |
parent | 4695f92baea3fc85e599fbc3181ea571232cd7e6 (diff) |
INTEGRATION: CWS mingwport03 (1.2.42); FILE MERGED
2006/09/21 16:12:06 vg 1.2.42.1: #i53572# MinGW port
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/misc/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dtrans/source/win32/misc/makefile.mk b/dtrans/source/win32/misc/makefile.mk index 66092448196a..8fac73b173e5 100644 --- a/dtrans/source/win32/misc/makefile.mk +++ b/dtrans/source/win32/misc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-08 18:28:52 $ +# last change: $Author: vg $ $Date: 2007-03-26 15:08:25 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,6 +39,7 @@ PRJNAME=dtrans TARGET=dtutils LIBTARGET=NO USE_BOUNDCHK= +ENABLE_EXCEPTIONS=YES .IF "$(USE_BOUNDCHK)"=="TR" bndchk=tr |