From 98f7496eef48518f0f0173e5364e94f166d2eebd Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 29 Mar 2004 22:31:23 +0000 Subject: [PATCH] ICU-3389 Enable C++ exceptions X-SVN-Rev: 14795 --- icu4c/source/config/mh-cygwin-msvc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/icu4c/source/config/mh-cygwin-msvc b/icu4c/source/config/mh-cygwin-msvc index 90b5a7eba8..5c1cfff9db 100644 --- a/icu4c/source/config/mh-cygwin-msvc +++ b/icu4c/source/config/mh-cygwin-msvc @@ -3,7 +3,7 @@ ## Copyright (c) 2001-2004, International Business Machines Corporation and ## 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 GEN_DEPS.c= : @@ -26,8 +26,9 @@ THREADSCFLAGS += /MD THREADSCXXFLAGS += /MD # /GF pools strings and places them into read-only memory +# /GX enables exception handling CFLAGS += /GF -CXXFLAGS += /GF +CXXFLAGS += /GF /GX CPPFLAGS+=/nologo DEFS+=/D"WIN32" LDFLAGS+=/nologo