aboutsummaryrefslogtreecommitdiffstats
path: root/tests/shlib_test
Commit message (Collapse)AuthorAgeFilesLines
* Removing shlib_test (apparently unused and broken).Jason R. Coombs2015-01-025-192/+0
|
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-061-2/+2
| | | | | | | | and other platforms get static. :( --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041941
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-055-0/+192
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. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041927