summaryrefslogtreecommitdiffstats
path: root/PC/VC6/build_ssl.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with ↵Hirokazu Yamamoto2009-03-181-43/+82
| | | | | | | _ssl.c) If you use http://svn.python.org/projects/external/openssl-0.9.8g, Perl is not needed. This scheme was ported from PCBuild.
* Issue #2065: VC6 related fix.Hirokazu Yamamoto2008-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | - PC/VC6/_bsddb.dsp: removed '/nodefaultlib:"msvcrt"' to fix linker error. - PC/VC6/_msi.dsp, PC/VC6/pcbuild.dsw: added new module support. - PC/VC6/_sqlite3.dsp: /D "MODULE_NAME=\"sqlite3\"" caused extra leading space like #define MODULE_NAME " sqlite3" so uses /D MODULE_NAME=\"sqlite3\" instead. - PC/VC6/python.dsp: changed stack size to 2MB to avoid stack overflow on some tests.
* Reverted last transaction. It's the wrong branch.Christian Heimes2008-01-041-1/+1
|
* And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks ↵Christian Heimes2008-01-041-1/+1
| | | | Hiro!
* The _ssl subproject may <heh> be working w/ VC6 again.Tim Peters2004-01-041-0/+163