Hi Thomas, I am using my own "build script" to build packages with MSVC. It just runs `configure` -> `make` -> `make check` -> `make install` for each package (or equivalent steps for meson/cmake). I have it on GitHub[1], you can check it out.
There is also vs2sh.sh script which is used to generate a script to setup environment in order to use MSVC tools from (ba)sh[2] (from Msys2 or Cygwin). Obviously, you need MSVC tools installed (you don't need Visual Studio itself, you can install just build tools, if you don't have them). - Kirill Makurin [1] https://github.com/maiddaisuki/gnu-libs-with-msvc [2] https://github.com/maiddaisuki/vs2sh