summaryrefslogtreecommitdiffstats
path: root/PC/VC6/_socket.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Fix #16769. Remove outdated Visual Studio project directories for VC6, ↵Brian Curtin2013-01-251-99/+0
| | | | VS7.1, and VS8.
* Defined Py_BUILD_CORE_MODULE also on VC6.Hirokazu Yamamoto2010-11-021-4/+4
|
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-131-2/+2
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r64214 | amaury.forgeotdarc | 2008-06-13 02:42:22 +0200 (ven., 13 juin 2008) | 6 lines Restore support for Microsoft VC6 compiler. Some functions in the msvcrt module are skipped, and socket.ioctl is enabled only when using a more recent Platform SDK. (and yes, there are still companies that use a 10-years old compiler) ........
* Tons of changes to get this closer to being buildable from this directory;Tim Peters2004-01-031-3/+3
| | | | still far away, but a lot closer than it was.
* Move VC6 project files here.Martin v. Löwis2004-01-021-0/+99