ICU-3389 Enable C++ exceptions
X-SVN-Rev: 14795
This commit is contained in:
parent
2019976114
commit
98f7496eef
@ -3,7 +3,7 @@
|
|||||||
## Copyright (c) 2001-2004, International Business Machines Corporation and
|
## Copyright (c) 2001-2004, International Business Machines Corporation and
|
||||||
## others. All Rights Reserved.
|
## others. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## $Id: mh-cygwin-msvc,v 1.17 2004/03/26 01:22:25 grhoten-oss Exp $
|
## $Id: mh-cygwin-msvc,v 1.18 2004/03/29 22:31:23 grhoten-oss Exp $
|
||||||
|
|
||||||
## Commands to generate dependency files
|
## Commands to generate dependency files
|
||||||
GEN_DEPS.c= :
|
GEN_DEPS.c= :
|
||||||
@ -26,8 +26,9 @@ THREADSCFLAGS += /MD
|
|||||||
THREADSCXXFLAGS += /MD
|
THREADSCXXFLAGS += /MD
|
||||||
|
|
||||||
# /GF pools strings and places them into read-only memory
|
# /GF pools strings and places them into read-only memory
|
||||||
|
# /GX enables exception handling
|
||||||
CFLAGS += /GF
|
CFLAGS += /GF
|
||||||
CXXFLAGS += /GF
|
CXXFLAGS += /GF /GX
|
||||||
CPPFLAGS+=/nologo
|
CPPFLAGS+=/nologo
|
||||||
DEFS+=/D"WIN32"
|
DEFS+=/D"WIN32"
|
||||||
LDFLAGS+=/nologo
|
LDFLAGS+=/nologo
|
||||||
|
Loading…
Reference in New Issue
Block a user