From fa33f4e91645cc757624b7b237cbd4fdf5bd8d18 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Jun 2006 10:01:11 +0000 Subject: [PATCH] For VS, define _CRT_NONSTDC_NO_DEPRECATE --- win/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index 147890d..7413f62 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.49 2006-06-06 09:46:52 adam Exp $ +# $Id: makefile,v 1.50 2006-06-07 10:01:11 adam Exp $ ########################################################### ############### Parameters @@ -217,6 +217,7 @@ COMMON_C_OPTIONS= \ /D"_CONSOLE" /D"_MBCS" \ /DYAZ_USE_NEW_LOG=1 \ /D"_CRT_SECURE_NO_DEPRECATE" \ + /D"_CRT_NONSTDC_NO_DEPRECATE" \ $(ICONV_DEF) \ $(EXPAT_DEF) \ $(LIBXML2_DEF) \ -- 1.7.10.4