Pull Request #86 modified Makefile to facilitate cross-compiling ardopcf for Windows from Linux. See comments in the Makefile for additional details. This seems to work as planned. However, I plan to continue to compile future windows releases of ardopcf on windows using mingw32-make as described in comments in Makefile. In part, this will continue to ensure that the build system described in Makefile works as expected, allowing Windows users to easily compile ardopcf from source should they wish to do so. As a result, cross-compiled windows binaries are unlikely to be used or tested much.
If/when cross-compiled windows binaries are to be more widely used, more thorough testing of these binaries should be done. Also, the windows cross-compiled binary is a significantly larger file than the windows binaries produced using mingw32-make on windows. This is not necessarily a problem, but further exploration of the reason for the difference may be worthwhile
Pull Request #86 modified Makefile to facilitate cross-compiling ardopcf for Windows from Linux. See comments in the Makefile for additional details. This seems to work as planned. However, I plan to continue to compile future windows releases of ardopcf on windows using mingw32-make as described in comments in Makefile. In part, this will continue to ensure that the build system described in Makefile works as expected, allowing Windows users to easily compile ardopcf from source should they wish to do so. As a result, cross-compiled windows binaries are unlikely to be used or tested much.
If/when cross-compiled windows binaries are to be more widely used, more thorough testing of these binaries should be done. Also, the windows cross-compiled binary is a significantly larger file than the windows binaries produced using mingw32-make on windows. This is not necessarily a problem, but further exploration of the reason for the difference may be worthwhile