summaryrefslogtreecommitdiffstats
path: root/PC/VC6/readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with ↵Hirokazu Yamamoto2009-03-181-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 Yamamoto2009-01-101-0/+4
|
* Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, ↵Hirokazu Yamamoto2009-01-101-16/+19
| | | | tix8.4.0 -> tix8.4.3)
* Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25)Hirokazu Yamamoto2009-01-091-7/+7
|
* Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5)Hirokazu Yamamoto2009-01-091-4/+4
|
* Follows to python's version change (VC6)Hirokazu Yamamoto2008-10-031-2/+2
|
* Issue #2065: VC6 related fix.Hirokazu Yamamoto2008-08-141-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 Heimes2008-01-041-1/+27
|
* And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks ↵Christian Heimes2008-01-041-27/+1
| | | | Hiro!
* Patch #1457736: Update VC6 to use current PCbuild settings.Martin v. Löwis2006-10-171-100/+60
| | | | Will backport to 2.5.
* Removed dead text about MS subprojects that no longer exist.Tim Peters2004-01-041-14/+0
|
* Tons of changes to get this closer to being buildable from this directory;Tim Peters2004-01-031-0/+302
still far away, but a lot closer than it was.