That's very unlikely to happen. The current scripts support building using msvc just fine. Porting everything to any other build system without causing an endless slew of regressions and dropping support for a ton of targets is virtually impossible. Just open a MSVC command prompt, launch C:/MSYS64/msys2.exe (or wherever you installed it) or if you got it set up wsl.exe, run ./configure --toolchain=msvc and build away. Timo