2ecc596f8b
* MSYS is 32-bit only. * MSYS2 and Cygwin are either 32-bit or 64-bit. On 64-bit MSYS2/Cygwin, we use the same architecture for all generated binaries. * Prefer mingw-w64 to mingw. mingw-w64 seems to be more up-to-date. It is the only option for 64-bit Windows, so stop looking for x86_64-pc-mingw32-g++. * Also pass -static when linking binaries. Otherwise, a pthreads DLL is linked dynamically. |
||
---|---|---|
.. | ||
main.cc | ||
Makefile | ||
Shared.cc |