joncampbell123 / dosbox-x

DOSBox-X fork of the DOSBox project
GNU General Public License v2.0
2.53k stars 369 forks source link

Fix Windows XP Visual Studio versions build issue with the `windows-latest` runner #5057

Closed maron2000 closed 1 week ago

maron2000 commented 1 week ago

Due to issues in windows-latest github runner, Visual Studio build tool v141 was dropped making XP builds impossible. A workaround was PR #5023, this PR manually installs build tool v141 to the windows-latest runner, making it possible to build XP builds as before.

Tested 32-bit VS XP SDL1 & SDL2 versions on XP Professional 32-bit version.