summaryrefslogtreecommitdiffstats
path: root/test/SWIG/SWIGOUTDIR-python.py
Commit message (Collapse)AuthorAgeFilesLines
* SWIG: improve tool detection, and update SWIG tests to run on Windows.Gary Oberbrunner2014-08-211-3/+11
| | | | | | | | | The tool detection is improved by checking for swig in env['SWIG'], where it is commonly set, as well as env['ENV']['PATH']. The tests mostly didn't work on Windows. I updated them all. Mostly to build 32-bit extensions when using 32-bit python on Windows, and use .pyd as the python extension on Windows.
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-5/+0
| | | | | | | Comb out all code that supported earlier versions of Python. Most such code is in snippets of only a few lines and can be identified by having a Python version string in it. Such snippets add up; this combing pass probably got rid of over 500 lines of code.
* Modify the SWIG tests so that OS X is treated like a UNIX platform (which itGreg Noel2009-04-181-11/+7
| | | | | | really is). OS X now not only runs all the SWIG tests (it used to skip many of them because it could not find the appropriate files), it now passes all the tests.
* Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generatesBen Webb2009-03-311-0/+95
Python wrappers.