winpty/unix-adapter
Ryan Prichard 2ecc596f8b Update winpty to work with MSYS, MSYS2, and Cygwin.
* 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.
2015-09-30 03:34:16 -05:00
..
main.cc Update winpty to work with MSYS, MSYS2, and Cygwin. 2015-09-30 03:34:16 -05:00
Makefile unix-adapter: Link statically with cyggcc_s-1.dll and cygstdc++-6.dll. 2012-12-20 04:07:55 -08:00
Shared.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00