diff --git a/ChangeLog b/ChangeLog index 68b2c858..98ae8c67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-18 Frank Warmerdam + + * nmake.opt: use /EHsc for VS2005 compatibility. Also define + _CRT_SECURE_NO_DEPRECATE to avoid noise on VS2005. + 2006-04-12 Joris Van Damme * libtiff/tif_getimage.c: Added support for planarconfig separate diff --git a/nmake.opt b/nmake.opt index 7f5f4720..d195fdb5 100644 --- a/nmake.opt +++ b/nmake.opt @@ -1,4 +1,4 @@ -# $Id: nmake.opt,v 1.16 2006-03-23 14:54:01 dron Exp $ +# $Id: nmake.opt,v 1.17 2006-04-19 01:14:00 fwarmerdam Exp $ # # Copyright (C) 2004, Andrey Kiselev # @@ -110,9 +110,9 @@ CHECK_JPEG_YCBCR_SUBSAMPLING = 1 # # Pick debug or optimized build flags. We default to an optimized build # with no debugging information. -# NOTE: /GX option required if you want to build the C++ stream API +# NOTE: /EHsc option required if you want to build the C++ stream API # -OPTFLAGS = /Ox /MD /GX /W3 +OPTFLAGS = /Ox /MD /EHsc /W3 /D_CRT_SECURE_NO_DEPRECATE #OPTFLAGS = /Zi #