winpty/libwinpty
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
..
Makefile Update winpty to work with MSYS, MSYS2, and Cygwin. 2015-09-30 03:34:16 -05:00
winpty.cc Avoid setting lpDesktop if there we didn't actually create a new desktop. 2015-09-29 02:32:57 -05:00