diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-06-13 17:22:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-06-13 17:22:39 (GMT) |
commit | a4514c3009418a9f2d17b6d5a2685cc4dad37f5e (patch) | |
tree | 9d8fc9f75472fe6ee107da9bdf127a4f480030a3 /PCbuild | |
parent | 7e852d10607ad158d5a49444ae4f5d9563111610 (diff) | |
download | cpython-a4514c3009418a9f2d17b6d5a2685cc4dad37f5e.zip cpython-a4514c3009418a9f2d17b6d5a2685cc4dad37f5e.tar.gz cpython-a4514c3009418a9f2d17b6d5a2685cc4dad37f5e.tar.bz2 |
Switch to bzip2 1.0.5.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pyproject.vsprops | 2 | ||||
-rw-r--r-- | PCbuild/readme.txt | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops index bc9cc9d..48c6915 100644 --- a/PCbuild/pyproject.vsprops +++ b/PCbuild/pyproject.vsprops @@ -78,7 +78,7 @@ /> <UserMacro Name="bz2Dir" - Value="$(externalsDir)\bzip2-1.0.3" + Value="$(externalsDir)\bzip2-1.0.5" /> <UserMacro Name="opensslDir" diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index a55c1f1..f56828d 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -121,21 +121,21 @@ bz2 Download the source from the python.org copy into the dist directory: - svn export http://svn.python.org/projects/external/bzip2-1.0.3 + svn export http://svn.python.org/projects/external/bzip2-1.0.5 ** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for obtaining external sources then you don't need to manually get the source above via subversion. ** A custom pre-link step in the bz2 project settings should manage to - build bzip2-1.0.3\libbz2.lib by magic before bz2.pyd (or bz2_d.pyd) is + build bzip2-1.0.5\libbz2.lib by magic before bz2.pyd (or bz2_d.pyd) is linked in PCbuild\. However, the bz2 project is not smart enough to remove anything under - bzip2-1.0.3\ when you do a clean, so if you want to rebuild bzip2.lib - you need to clean up bzip2-1.0.3\ by hand. + bzip2-1.0.5\ when you do a clean, so if you want to rebuild bzip2.lib + you need to clean up bzip2-1.0.5\ by hand. All of this managed to build libbz2.lib in - bzip2-1.0.3\$platform-$configuration\, which the Python project links in. + bzip2-1.0.5\$platform-$configuration\, which the Python project links in. _ssl Python wrapper for the secure sockets library. |