From: Adam Dickmeiss Date: Wed, 7 Jun 2006 10:01:11 +0000 (+0000) Subject: For VS, define _CRT_NONSTDC_NO_DEPRECATE X-Git-Tag: before.bug.529~79 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=fa33f4e91645cc757624b7b237cbd4fdf5bd8d18 For VS, define _CRT_NONSTDC_NO_DEPRECATE --- 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) \