diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-08-25 07:11:31 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-08-25 07:11:31 (GMT) |
commit | 3fa5575fa4d06c3ae3909f5a8b4f29274767e33d (patch) | |
tree | c22ac69a13899d25db691f8ba14044c59c68ebf1 /PCbuild/readme.txt | |
parent | 532efabf1dcae183c586b78007baaaf59e4d61ca (diff) | |
download | cpython-3fa5575fa4d06c3ae3909f5a8b4f29274767e33d.zip cpython-3fa5575fa4d06c3ae3909f5a8b4f29274767e33d.tar.gz cpython-3fa5575fa4d06c3ae3909f5a8b4f29274767e33d.tar.bz2 |
Patch #1160164: Use ReleaseItanium for zlib build.
Will backport to 2.4.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 9aa28f2..d9591bd 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -135,6 +135,9 @@ zlib However, the zlib project is not smart enough to remove anything under zlib-1.2.3\ when you do a clean, so if you want to rebuild zlib.lib you need to clean up zlib-1.2.3\ by hand. + When building zlib.pyd for Itanium, the pre-link build step won't work, + so you will need to invoke nmake manually, using an IA64 build + environment. bz2 Python wrapper for the libbz2 compression library. Homepage |