| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with ↵ | Hirokazu Yamamoto | 2009-03-18 | 1 | -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 Yamamoto | 2008-08-14 | 1 | -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 Heimes | 2008-01-04 | 1 | -1/+1 |
| | | |||||
| * | And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks ↵ | Christian Heimes | 2008-01-04 | 1 | -1/+1 |
| | | | | | Hiro! | ||||
| * | The _ssl subproject may <heh> be working w/ VC6 again. | Tim Peters | 2004-01-04 | 1 | -0/+163 |
