Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip MinGW test on Windows machines without MinGW. | Gary Oberbrunner | 2012-08-22 | 1 | -0/+6 |
| | | | | Need to do this, otherwise it fails erroneously. | ||||
* | Bugfix for 2423 - mingw's emitter was passing strings instead of file nodes ↵ | William Deegan | 2010-11-27 | 1 | -0/+67 |
which was causing errors in the link tool. This patch changes them to be file nodes. Additionaly it will try the default install path for mingw paths if the mingw tools aren't found in either env['ENV']['PATH'] or the users's environment's PATH. |