This adds a beta10 target that builds BETA10.DLL when configuring cmake with -DISLE_BUILD_BETA10=ON.
Because debug10 is supposed to be built in Debug mode, and lego1 in Release mode, it's helpful to configure CMake with a multi-configuration generator (e.g. Ninja Multi-Config)
This adds a
beta10
target that buildsBETA10.DLL
when configuring cmake with-DISLE_BUILD_BETA10=ON
. Becausedebug10
is supposed to be built in Debug mode, andlego1
in Release mode, it's helpful to configure CMake with a multi-configuration generator (e.g.Ninja Multi-Config
)And using the following
reccmp-build.yml
: (minus the environment variables which reccmp does not support)Fixes #1161