diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:21:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:21:16 +0000 |
commit | 2f764d38000aab463b0b0d85e32de713c93ddd8c (patch) | |
tree | 7880ef2952b8491813f5cac13fa757b364b11fa6 /fpicker/source/win32/misc | |
parent | 03674d28d5104a8e1ce7a37aa6f73ca8100757f8 (diff) |
INTEGRATION: CWS mingwport03 (1.5.106); FILE MERGED
2006/09/07 09:07:20 vg 1.5.106.1: #i53572# MinGW port
Diffstat (limited to 'fpicker/source/win32/misc')
-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 10522ade7d..eb72d8b195 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 ---------------------------------- |