FLIF-hub / FLIF

Free Lossless Image Format
Other
3.72k stars 229 forks source link

Add VS2017 support #397

Closed saschanaz closed 7 years ago

saschanaz commented 7 years ago

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.