mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #2065: VC6 related fix.
- 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.
This commit is contained in:
parent
581a1495a1
commit
eea8eda317
8 changed files with 169 additions and 45 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# directory. It is likely you will already find the zlib library and
|
||||
# any other external packages there.
|
||||
# * Install ActivePerl and ensure it is somewhere on your path.
|
||||
# * Run this script from the PCBuild directory.
|
||||
# * Run this script from the PC/VC6 directory.
|
||||
#
|
||||
# it should configure and build SSL, then build the ssl Python extension
|
||||
# without intervention.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue