summaryrefslogtreecommitdiff
path: root/nmake.opt
diff options
context:
space:
mode:
authorfwarmerdam <fwarmerdam>2006-04-19 01:14:00 +0000
committerfwarmerdam <fwarmerdam>2006-04-19 01:14:00 +0000
commitc20cac25f8ff0ff0255da88559b76aeb95971366 (patch)
tree631e62653b4f99efc0337b9af16dfe09e5289e88 /nmake.opt
parent6dbf135addaae79dd523aab36f57ad06f9435f2d (diff)
downloadlibtiff-c20cac25f8ff0ff0255da88559b76aeb95971366.tar.gz
use /EHsc and -D_CRT_SECURE_NO_DEPRECATE for VS2005 support
Diffstat (limited to 'nmake.opt')
-rw-r--r--nmake.opt6
1 files changed, 3 insertions, 3 deletions
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 <dron@ak4719.spb.edu>
#
@@ -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
#