Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f0932c

Browse files
author
Hirokazu Yamamoto
committed
Merged revisions 68435 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r68435 | hirokazu.yamamoto | 2009-01-09 12:32:46 +0900 | 1 line Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5) ........
1 parent 960cf0f commit 0f0932c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

PC/VC6/bz2.dsp

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/VC6/readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,18 @@ _tkinter
110110

111111
bz2
112112
Python wrapper for the libbz2 compression library. Homepage
113-
http://sources.redhat.com/bzip2/
113+
http://www.bzip.org/
114114
Download the source from the python.org copy into the dist
115115
directory:
116116

117-
svn export http://svn.python.org/projects/external/bzip2-1.0.3
117+
svn export http://svn.python.org/projects/external/bzip2-1.0.5
118118

119119
And requires building bz2 first.
120120

121-
cd dist\bzip2-1.0.3
121+
cd dist\bzip2-1.0.5
122122
nmake -f makefile.msc
123123

124-
All of this managed to build bzip2-1.0.3\libbz2.lib, which the Python
124+
All of this managed to build bzip2-1.0.5\libbz2.lib, which the Python
125125
project links in.
126126

127127

0 commit comments

Comments
 (0)