diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-04-26 01:55:32 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-04-26 01:55:43 +0900 |
commit | 1e71283ccee61aa5d774fdef6d7668d3376d3a6d (patch) | |
tree | 46380d2f99f64cf96e1de67f66969943e77fe34c /common.py | |
parent | 3faea292e537b8fe8f86b03ae9147c73f17efc3b (diff) |
scons: Silent MSVC CRT security warnings.
Diffstat (limited to 'common.py')
-rw-r--r-- | common.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'] |