summaryrefslogtreecommitdiffstats
path: root/PC/VC6/readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to bzip2 1.0.6.Martin v. Löwis2012-05-141-3/+3
|
* Merged revisions 85071-85072,85894,87132 via svnmerge fromHirokazu Yamamoto2010-12-091-8/+14
| | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85071 | hirokazu.yamamoto | 2010-09-29 03:29:57 +0900 (水, 29 9 2010) | 1 line Now perl path with spaces can be used. ........ r85072 | hirokazu.yamamoto | 2010-09-29 03:36:04 +0900 (水, 29 9 2010) | 1 line Updated PC/VC6 openssl build script. (for openssl-1.0.0a) ........ r85894 | hirokazu.yamamoto | 2010-10-29 02:57:25 +0900 (金, 29 10 2010) | 1 line Updated readme.txt about OpenSSL. ........ r87132 | hirokazu.yamamoto | 2010-12-08 23:47:07 +0900 (水, 08 12 2010) | 3 lines Mention NASM which is needed to build openssl-1.0.0a original source. (PC/VC6/readme.txt) ........
* Updated VC6 files.Hirokazu Yamamoto2010-09-101-2/+2
| | | | | * readme.txt: Added PSDK as requirement. * tcl852.patch: fixed patch. it was doubled.
* 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.