From 1e71283ccee61aa5d774fdef6d7668d3376d3a6d Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sat, 26 Apr 2008 01:55:32 +0900 Subject: scons: Silent MSVC CRT security warnings. --- common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'common.py') diff --git a/common.py b/common.py index 51cbd90f1d..1c939e0e24 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'] -- cgit v1.2.3