scons: add /dynamicbase and /nxcompat to MSVC linkflags
authorBrian Paul <brianp@vmware.com>
Wed, 12 Feb 2014 16:05:13 +0000 (09:05 -0700)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 11 Sep 2014 10:59:28 +0000 (11:59 +0100)
commit4860e989723eb02507c1bf153e568ab05424575c
tree9e9e1fe558f0ac7e5ed60b51f511bee66bf070d7
parent6816d853dbbfdc8b960b25496a9fe96a58053815
scons: add /dynamicbase and /nxcompat to MSVC linkflags

This builds the opengl DLLs with address layout space randomization
(ASLR) and data execution prevention (DEP) for better security.

Reviewed-by: Kurt Daverman <krd@vmware.com>
scons/gallium.py