mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
scons: Silent MSVC CRT security warnings.
This commit is contained in:
parent
3faea292e5
commit
1e71283cce
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ def generate(env):
|
||||||
# http://msdn2.microsoft.com/en-us/library/6dwk3a1z.aspx,
|
# http://msdn2.microsoft.com/en-us/library/6dwk3a1z.aspx,
|
||||||
'WIN32_LEAN_AND_MEAN',
|
'WIN32_LEAN_AND_MEAN',
|
||||||
'VC_EXTRALEAN',
|
'VC_EXTRALEAN',
|
||||||
|
'_CRT_SECURE_NO_DEPRECATE',
|
||||||
]
|
]
|
||||||
if debug:
|
if debug:
|
||||||
cppdefines += ['_DEBUG']
|
cppdefines += ['_DEBUG']
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue