Skip to content
  • Jose Fonseca's avatar
    scons: Allow building with custom MSVC_USE_SCRIPT script. · 7c5aecec
    Jose Fonseca authored
    
    
    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: default avatarBrian Paul <brianp@vmware.com>
    Reviewed-by: default avatarRoland Scheidegger <sroland@vmware.com>
    7c5aecec