Closed solemnwarning closed 5 months ago
MSYS2 only supports targeting Windows 8.1 or newer, which I feel makes the 32-bit build redundant.
I've been experimenting on and off with other toolchains and have a working build on Windows XP now (some patches pending upstream).
I'll probably switch the 32-bit build to my very cursed process for the next feature release and keep the 64-bit build using MSYS2 for Windows 8.1+
There is now a Makefile.msvc to get everything working alongside the VS project, and the CI is generating builds from it.
Makefile.msvc
MSYS2 only supports targeting Windows 8.1 or newer, which I feel makes the 32-bit build redundant.
I've been experimenting on and off with other toolchains and have a working build on Windows XP now (some patches pending upstream).
I'll probably switch the 32-bit build to my very cursed process for the next feature release and keep the 64-bit build using MSYS2 for Windows 8.1+