summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/misc/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/misc/makefile.mk')
-rw-r--r--fpicker/source/win32/misc/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/fpicker/source/win32/misc/makefile.mk b/fpicker/source/win32/misc/makefile.mk
index eb72d8b195ec..ec18ec9db83d 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.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: vg $ $Date: 2007-03-26 13:21:16 $
+# last change: $Author: vg $ $Date: 2007-05-25 11:01:06 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -37,13 +37,16 @@ PRJ=..$/..$/..
PRJNAME=fpicker
TARGET=utils
LIBTARGET=NO
-ENABLE_EXCEPTIONS=YES
# --- Settings ----------------------------------
.INCLUDE : settings.mk
+.IF "$(COM)"=="GCC"
+CFLAGSAPPEND+=-fexceptions -fno-enforce-eh-specs -DUNICODE -D_UNICODE
+.ELSE
CFLAGS+=-GX -DUNICODE -D_UNICODE
+.ENDIF
# --- Files -------------------------------------