summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-04-26 01:55:32 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-04-26 01:55:43 +0900
commit1e71283ccee61aa5d774fdef6d7668d3376d3a6d (patch)
tree46380d2f99f64cf96e1de67f66969943e77fe34c
parent3faea292e537b8fe8f86b03ae9147c73f17efc3b (diff)
scons: Silent MSVC CRT security warnings.
-rw-r--r--common.py1
1 files changed, 1 insertions, 0 deletions
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']