This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
scons: Silent MSVC CRT security warnings.
tags/mesa_20090313
José Fonseca
17 years ago
parent
3faea292e5
commit
1e71283cce
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
common.py
+ 1
- 0
common.py
View File
@@ -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']
Write
Preview
Loading…
Cancel
Save