diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-14 09:58:55 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-14 09:58:55 (GMT) |
commit | d73168d954f03dea03efc51552a0ed6305333e30 (patch) | |
tree | 3888b293e5bf43c855ec2d7bba9ff2abd76f13f8 /Misc | |
parent | eda87127a892cb760f64d4785581cbb405b320f5 (diff) | |
download | cpython-d73168d954f03dea03efc51552a0ed6305333e30.zip cpython-d73168d954f03dea03efc51552a0ed6305333e30.tar.gz cpython-d73168d954f03dea03efc51552a0ed6305333e30.tar.bz2 |
Extend build_ssl to Win64, using VSExtComp.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -170,6 +170,8 @@ Extension Modules Build ----- +- Automate Windows build process for the Win64 SSL module. + - 'configure' now detects the zlib library the same way as distutils. Previously, the slight difference could cause compilation errors of the 'zlib' module on systems with more than one version of zlib. |