scons: Allow building with custom MSVC_USE_SCRIPT script.
authorJose Fonseca <jfonseca@vmware.com>
Tue, 9 Oct 2018 15:46:21 +0000 (16:46 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Fri, 12 Oct 2018 06:45:53 +0000 (07:45 +0100)
commit7c5aececdad2a04b642ca8419cf2fe4889c7e524
tree01f13896a80f7faa1eec1ca1882251eb0fa96b64
parent416013b4f5caef69f8be15aaebf31d789b93f30f
scons: Allow building with custom MSVC_USE_SCRIPT script.

SCons MSVC support relies on vcvarsall.bat to extract the PATH, CPP
includes, library paths, etc.

And SCons also has an build env var named MSVC_USE_SCRIPT which one can
use to point to alternative vcvarsall.bat script.

This change exposes this MSVC_USE_SCRIPT build env variable as a SCons
command line variable.  This will enable using MSVC outside Program
Files (e.g, network shares, etc.)

This change also links advapi32 library, necessary for the Windows
Registry API used by WGL state tracker, avoiding missing symbols.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
common.py
src/gallium/targets/libgl-gdi/SConscript