aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/crosscompile-mingw.md
Commit message (Collapse)AuthorAge
* input: use libwaio for pipe input on WindowsGravatar wm42014-09-14
| | | | | | | | | | | | Use libwaio to read from pipes (stdin or named pipes) on Windows. This liberates us from nasty issues, such as pipes (as created by most programs) not being possible to read in a non-blocking or event-driven way. Although it would be possible to do that in a somewhat sane way on Vista+, it's still not easy, and on XP it's especially hard. libwaio handles these things for us. Move pipe.c to pipe-unix.c, and remove Windows specific things. Also adjust the input.c code to make this work cleanly.
* DOCS: fix an external linkGravatar wm42014-03-09
| | | | This got lost in commit b980884f.
* DOCS/crosscompile-mingw: use settings.mk instead of make variablesGravatar Timothy Gu2014-02-17
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* DOCS/crosscompile-mingw: update disk space statsGravatar Timothy Gu2014-02-17
|
* DOCS/crosscompile-mingw: updateGravatar Timothy Gu2014-02-17
| | | | | - Adds description of and uses $JOBS envvar in MXE instructions - Adds MXE_TARGETS to command line instead of echoing it to settings.mk - Prettify and sentence usage
* crosscompile-mingw: improve instructions for MXEGravatar wm42014-02-14
|
* DOCS/crosscompile-mingw: use MarkdownGravatar Timothy Gu2014-02-06