From: Adam Dickmeiss Date: Thu, 23 Feb 2006 14:43:13 +0000 (+0000) Subject: Add the wonderful _CRT_SECURE_NO_DEPRECATE X-Git-Tag: before.bug.529~219 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=029570b7f2633e2b56053c1c51ed140c77dfd26f;p=idzebra-moved-to-github.git Add the wonderful _CRT_SECURE_NO_DEPRECATE --- diff --git a/win/makefile b/win/makefile index 30abf49..75c9b81 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.40 2006-02-23 14:41:15 adam Exp $ +# $Id: makefile,v 1.41 2006-02-23 14:43:13 adam Exp $ ########################################################### ############### Parameters @@ -217,6 +217,7 @@ COMMON_C_OPTIONS= \ /nologo /W3 /EHsc /FD /c \ /D "WIN32" \ /D"_CONSOLE" /D"_MBCS" \ + /D"_CRT_SECURE_NO_DEPRECATE" \ $(ICONV_DEF) \ $(EXPAT_DEF) \ $(LIBXML2_DEF) \