This fixes #391 by detecting MSVC installation path using vswhere, as traditional environment variable way is not available anymore. vswhere enables detecting MSVC among multple installed VS instances, where each can include MSVC or not.
I used PowerShell because the original dl_make_vs.bat already used PS bits to download and unzip libraries.
This fixes #391 by detecting MSVC installation path using vswhere, as traditional environment variable way is not available anymore. vswhere enables detecting MSVC among multple installed VS instances, where each can include MSVC or not.
I used PowerShell because the original dl_make_vs.bat already used PS bits to download and unzip libraries.