mirror of
https://github.com/simh/simh.git
synced 2026-02-17 21:18:27 +00:00
build_vstudio.bat converts the .vcproj files from Visual Studio 2008 to .vcxproj when used with newer versions of Visual Studio and configures it to build XP-compatible binaries using the v141_xp toolset. However, this toolset is deprecated and may not be present when using Visual Studio 2022. The script intends to edit the .vcxproj files only in the case where it exists; however, due to a logic error it actually does this unconditionally. This causes the build to fail on VS2022 when the XP toolset is not present.
11 KiB
11 KiB