diff options
-rw-r--r-- | fpicker/source/win32/misc/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fpicker/source/win32/misc/makefile.mk b/fpicker/source/win32/misc/makefile.mk index 10522ade7d9f..eb72d8b195ec 100644 --- a/fpicker/source/win32/misc/makefile.mk +++ b/fpicker/source/win32/misc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-08 23:52:50 $ +# last change: $Author: vg $ $Date: 2007-03-26 13:21:16 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,7 @@ PRJ=..$/..$/.. PRJNAME=fpicker TARGET=utils LIBTARGET=NO +ENABLE_EXCEPTIONS=YES # --- Settings ---------------------------------- |