summaryrefslogtreecommitdiff
path: root/tests/shlib_test/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-061-2/+2
| | | | and other platforms get static. :(
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-051-0/+10
for a trivial example. This has only been tested on Windows with a MinGW compiler, and the Mac OS support isn't finished. Testing w/other platforms+compilers would be helpful.