summaryrefslogtreecommitdiff
path: root/rts/PathUtils.c
Commit message (Collapse)AuthorAgeFilesLines
* Various Windows / Cross Compile to Windows fixesMoritz Angermann2018-03-021-0/+5
| | | | | | | | | | | | | | | - Adds quick-cross-ncg flavour. - Fix windows wchar with `_s` for mingw - Lookup windres, dllwrap and objdump - Fix type. Reviewers: bgamari, hvr, Phyx, erikd, simonmar Reviewed By: bgamari Subscribers: rwbarton, thomie, erikd, carter Differential Revision: https://phabricator.haskell.org/D4430
* Minor reordering of `#include`s fixing compilation on AIXHerbert Valerio Riedel2017-04-231-3/+3
| | | | | | | This helps ensure that system includes on some more fragile platforms (like e.g. AIX) see a more consistent set of CPP defines, and consequently reduce the risk of conflicting typdefs/prototypes being exposed.
* rts: Move path utilities to separate source fileBen Gamari2016-10-231-0/+68
Test Plan: Validate Reviewers: simonmar, austin, erikd Reviewed By: simonmar Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2614