svn rev #25263: trunk/src/config/
hartmans@MIT.EDU
hartmans at MIT.EDU
Wed Sep 28 16:55:45 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25263
Commit By: hartmans
Log Message:
Added /EHsc compiler flag for C++ exception handling on Windows
Signed-off-by: Alexey Melnikov <aamelnikov at gmail.com>
Changed Files:
U trunk/src/config/win-pre.in
Modified: trunk/src/config/win-pre.in
===================================================================
--- trunk/src/config/win-pre.in 2011-09-28 20:55:40 UTC (rev 25262)
+++ trunk/src/config/win-pre.in 2011-09-28 20:55:45 UTC (rev 25263)
@@ -131,7 +131,7 @@
PDB_OPTS=-Fd$(OUTPRE)\ -FD
CPPFLAGS=-I$(top_srcdir)\include -I$(top_srcdir)\include\krb5 $(DNSFLAGS) -DWIN32_LEAN_AND_MEAN -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE -D_CRT_SECURE_NO_DEPRECATE $(KFWFLAGS) $(TIME_T_FLAGS)
-CCOPTS=-nologo /W3 $(PDB_OPTS) $(DLL_FILE_DEF)
+CCOPTS=-nologo /EHsc /W3 $(PDB_OPTS) $(DLL_FILE_DEF)
LOPTS=-nologo -incremental:no
!if ("$(CPU)" == "IA64" ) || ("$(CPU)" == "AMD64" ) || ("$(CPU)" == "ALPHA64" )
More information about the cvs-krb5
mailing list