Requires CMake and Visual Studio (MSVC).
git clone --recurse-submodules https://github.com/spelunky-fyi/WebHD-DLL.git
cd WebHD-DLL
cmake -A Win32 -S . -B build
cmake --build build --config ReleaseThe built DLL will be at build/webhd/Release/webhd.dll.
Update the VERSION file and push to main. The GitHub Actions workflow will build and create a release automatically.