solemnwarning / rehex

Reverse Engineers' Hex Editor
https://rehex.solemnwarning.net/
GNU General Public License v2.0
2.3k stars 113 forks source link

Support for older Windows versions #232

Closed solemnwarning closed 4 months ago

solemnwarning commented 6 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+

solemnwarning commented 4 months ago

There is now a Makefile.msvc to get everything working alongside the VS project, and the CI is generating builds from it.