OSDN Git Service

scons: Don't use bundled C99 headers for VS 2013.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 1 May 2014 13:19:13 +0000 (14:19 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 2 May 2014 21:04:46 +0000 (22:04 +0100)
commit979692a52aec5d3c927f77f2602e9d848136e7ac
tree2c7aae9e9b88bb8c862eec014efc11c5ec7123c9
parent0582800dd67af7d6137768bf8ee4d52605b94683
scons: Don't use bundled C99 headers for VS 2013.

Use the ones provided by the compiler instead.

NOTE: External trees should be updated to not include '#include/c99'
directory directly, but rather rely on scons/gallium.py to do the right
thing.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
SConstruct
scons/gallium.py