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 | -3/+3 |
| | | | | | | | _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. | ||||
* | Link to debug version of Tcl/Tk when python is built as debug version. | Hirokazu Yamamoto | 2009-01-10 | 1 | -0/+4 |
| | |||||
* | Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, ↵ | Hirokazu Yamamoto | 2009-01-10 | 1 | -16/+19 |
| | | | | tix8.4.0 -> tix8.4.3) | ||||
* | Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25) | Hirokazu Yamamoto | 2009-01-09 | 1 | -7/+7 |
| | |||||
* | Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5) | Hirokazu Yamamoto | 2009-01-09 | 1 | -4/+4 |
| | |||||
* | Follows to python's version change (VC6) | Hirokazu Yamamoto | 2008-10-03 | 1 | -2/+2 |
| | |||||
* | Issue #2065: VC6 related fix. | Hirokazu Yamamoto | 2008-08-14 | 1 | -32/+18 |
| | | | | | | | | | | | | | | | | | | | | - 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/+27 |
| | |||||
* | And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks ↵ | Christian Heimes | 2008-01-04 | 1 | -27/+1 |
| | | | | Hiro! | ||||
* | Patch #1457736: Update VC6 to use current PCbuild settings. | Martin v. Löwis | 2006-10-17 | 1 | -100/+60 |
| | | | | Will backport to 2.5. | ||||
* | Removed dead text about MS subprojects that no longer exist. | Tim Peters | 2004-01-04 | 1 | -14/+0 |
| | |||||
* | Tons of changes to get this closer to being buildable from this directory; | Tim Peters | 2004-01-03 | 1 | -0/+302 |
still far away, but a lot closer than it was. |