diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 10:01:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 10:01:06 +0000 |
commit | 937b8f667d0a32c7ae210a5eaccb9e0875c4e101 (patch) | |
tree | 0e68faf32a1ca001b054ffd670637c45dbf15e66 /fpicker/source | |
parent | ccae9112283dfd82249c7382cf9e5e826ffcaf16 (diff) |
INTEGRATION: CWS mingwport04 (1.6.8); FILE MERGED
2007/04/17 14:51:18 vg 1.6.8.1: #i75844# MinGW port efforts part 2
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/win32/misc/makefile.mk | 9 |
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 ------------------------------------- |