From: José Fonseca Date: Fri, 25 Apr 2008 16:55:32 +0000 (+0900) Subject: scons: Silent MSVC CRT security warnings. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e71283ccee61aa5d774fdef6d7668d3376d3a6d;p=mesa.git scons: Silent MSVC CRT security warnings. --- diff --git a/common.py b/common.py index 51cbd90f1df..1c939e0e245 100644 --- a/common.py +++ b/common.py @@ -157,6 +157,7 @@ def generate(env): # http://msdn2.microsoft.com/en-us/library/6dwk3a1z.aspx, 'WIN32_LEAN_AND_MEAN', 'VC_EXTRALEAN', + '_CRT_SECURE_NO_DEPRECATE', ] if debug: cppdefines += ['_DEBUG']