summaryrefslogtreecommitdiffstats
path: root/test/MinGW/MinGWSharedLibrary.py
Commit message (Collapse)AuthorAgeFilesLines
* Skip MinGW test on Windows machines without MinGW.Gary Oberbrunner2012-08-221-0/+6
| | | | Need to do this, otherwise it fails erroneously.
* Bugfix for 2423 - mingw's emitter was passing strings instead of file nodes ↵William Deegan2010-11-271-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.