From 242af49758af6743ce409f0a6d20efff9fc3dca6 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 5 Nov 1999 02:10:55 +0000 Subject: [PATCH] use /GX so that exceptions will work --- config/CONFIG.Host.WIN32 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/CONFIG.Host.WIN32 b/config/CONFIG.Host.WIN32 index 539e25337..83efdef7e 100644 --- a/config/CONFIG.Host.WIN32 +++ b/config/CONFIG.Host.WIN32 @@ -90,10 +90,11 @@ ACC_SLIBS_NO= # because MS uses: if __STDC__ ... disable many nice things # # Use of /Za would dissable DLL import/export keywords which +# Use of /GX supports C++ extensions # EPICS include/excludes using architecture neutral macros CCC = cl -CCC_NORMAL = $(CCC) /nologo /D__STDC__=0 -CCC_STRICT = $(CCC) /nologo /D__STDC__=0 +CCC_NORMAL = $(CCC) /nologo /D__STDC__=0 /GX +CCC_STRICT = $(CCC) /nologo /D__STDC__=0 /GX CCC_TEMPL_INST_FLAG = #