The MinGW DLLs needed for the binaries to run are not provided with the Windows release. They could be provided as part of the release like we do with Unvanquished, but there is a complication: binaries are found in 3 different directories. The ones in arm-nacl/bin and x86_64-nacl/bin appear to be duplicates of the ones in the main bin/ directory though. So you'd have to make 3 copies of the DLLs, unless we can just avoid using the duplicate ones.
The least we could do is say what MinGW flavors the toolchain was built with so users know which DLLs they would need to use it.
Note that I have suggested some changes for finding the MinGW DLLs: Unvanquished/release-scripts#44
The MinGW DLLs needed for the binaries to run are not provided with the Windows release. They could be provided as part of the release like we do with Unvanquished, but there is a complication: binaries are found in 3 different directories. The ones in
arm-nacl/binandx86_64-nacl/binappear to be duplicates of the ones in the mainbin/directory though. So you'd have to make 3 copies of the DLLs, unless we can just avoid using the duplicate ones.The least we could do is say what MinGW flavors the toolchain was built with so users know which DLLs they would need to use it.
Note that I have suggested some changes for finding the MinGW DLLs: Unvanquished/release-scripts#44