Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e7f67b5b
Commit
e7f67b5b
authored
May 14, 2012
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to bzip2 1.0.6.
parent
ace92615
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22 additions
and
22 deletions
+22
-22
PC/VC6/bz2.dsp
PC/VC6/bz2.dsp
+4
-4
PC/VC6/readme.txt
PC/VC6/readme.txt
+3
-3
PC/VS8.0/bz2.vcproj
PC/VS8.0/bz2.vcproj
+2
-2
PC/VS8.0/pyproject.vsprops
PC/VS8.0/pyproject.vsprops
+1
-1
PCbuild/bz2.vcproj
PCbuild/bz2.vcproj
+2
-2
PCbuild/pyproject.vsprops
PCbuild/pyproject.vsprops
+1
-1
PCbuild/readme.txt
PCbuild/readme.txt
+5
-5
Tools/buildbot/external-common.bat
Tools/buildbot/external-common.bat
+4
-4
No files found.
PC/VC6/bz2.dsp
View file @
e7f67b5b
...
...
@@ -44,7 +44,7 @@ RSC=rc.exe
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "Py_BUILD_CORE_MODULE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /I "..\..\..\bzip2-1.0.
5
" /D "Py_BUILD_CORE_MODULE" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /I "..\..\..\bzip2-1.0.
6
" /D "Py_BUILD_CORE_MODULE" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
...
...
@@ -54,7 +54,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
# ADD LINK32 ..\..\..\bzip2-1.0.
5
\libbz2.lib /nologo /base:"0x1D170000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./bz2.pyd"
# ADD LINK32 ..\..\..\bzip2-1.0.
6
\libbz2.lib /nologo /base:"0x1D170000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./bz2.pyd"
# SUBTRACT LINK32 /pdb:none /nodefaultlib
!ELSEIF "$(CFG)" == "bz2 - Win32 Debug"
...
...
@@ -72,7 +72,7 @@ LINK32=link.exe
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "Py_BUILD_CORE_MODULE" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /I "..\..\..\bzip2-1.0.
5
" /D "Py_BUILD_CORE_MODULE" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /I "..\..\..\bzip2-1.0.
6
" /D "Py_BUILD_CORE_MODULE" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
...
...
@@ -82,7 +82,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 ..\..\..\bzip2-1.0.
5
\libbz2.lib /nologo /base:"0x1D170000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /nodefaultlib:"libc" /out:"./bz2_d.pyd" /pdbtype:sept
# ADD LINK32 ..\..\..\bzip2-1.0.
6
\libbz2.lib /nologo /base:"0x1D170000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /nodefaultlib:"libc" /out:"./bz2_d.pyd" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
!ENDIF
...
...
PC/VC6/readme.txt
View file @
e7f67b5b
...
...
@@ -120,14 +120,14 @@ bz2
Download the source from the python.org copy into the dist
directory:
svn export http://svn.python.org/projects/external/bzip2-1.0.
5
svn export http://svn.python.org/projects/external/bzip2-1.0.
6
And requires building bz2 first.
cd dist\bzip2-1.0.
5
cd dist\bzip2-1.0.
6
nmake -f makefile.msc
All of this managed to build bzip2-1.0.
5
\libbz2.lib, which the Python
All of this managed to build bzip2-1.0.
6
\libbz2.lib, which the Python
project links in.
...
...
PC/VS8.0/bz2.vcproj
View file @
e7f67b5b
...
...
@@ -532,7 +532,7 @@
</File>
</Filter>
<Filter
Name=
"bzip2 1.0.
5
Header Files"
Name=
"bzip2 1.0.
6
Header Files"
>
<File
RelativePath=
"$(bz2Dir)\bzlib.h"
...
...
@@ -544,7 +544,7 @@
</File>
</Filter>
<Filter
Name=
"bzip2 1.0.
5
Source Files"
Name=
"bzip2 1.0.
6
Source Files"
>
<File
RelativePath=
"$(bz2Dir)\blocksort.c"
...
...
PC/VS8.0/pyproject.vsprops
View file @
e7f67b5b
...
...
@@ -78,7 +78,7 @@
/>
<UserMacro
Name=
"bz2Dir"
Value=
"$(externalsDir)\bzip2-1.0.
5
"
Value=
"$(externalsDir)\bzip2-1.0.
6
"
/>
<UserMacro
Name=
"opensslDir"
...
...
PCbuild/bz2.vcproj
View file @
e7f67b5b
...
...
@@ -532,7 +532,7 @@
</File>
</Filter>
<Filter
Name=
"bzip2 1.0.
5
Header Files"
Name=
"bzip2 1.0.
6
Header Files"
>
<File
RelativePath=
"$(bz2Dir)\bzlib.h"
...
...
@@ -544,7 +544,7 @@
</File>
</Filter>
<Filter
Name=
"bzip2 1.0.
5
Source Files"
Name=
"bzip2 1.0.
6
Source Files"
>
<File
RelativePath=
"$(bz2Dir)\blocksort.c"
...
...
PCbuild/pyproject.vsprops
View file @
e7f67b5b
...
...
@@ -78,7 +78,7 @@
/>
<UserMacro
Name=
"bz2Dir"
Value=
"$(externalsDir)\bzip2-1.0.
5
"
Value=
"$(externalsDir)\bzip2-1.0.
6
"
/>
<UserMacro
Name=
"opensslDir"
...
...
PCbuild/readme.txt
View file @
e7f67b5b
...
...
@@ -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.
5
svn export http://svn.python.org/projects/external/bzip2-1.0.
6
** 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.
5
\libbz2.lib by magic before bz2.pyd (or bz2_d.pyd) is
build bzip2-1.0.
6
\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.
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.
bzip2-1.0.
6
\ when you do a clean, so if you want to rebuild bzip2.lib
you need to clean up bzip2-1.0.
6
\ by hand.
All of this managed to build libbz2.lib in
bzip2-1.0.
5
\$platform-$configuration\, which the Python project links in.
bzip2-1.0.
6
\$platform-$configuration\, which the Python project links in.
_ssl
Python wrapper for the secure sockets library.
...
...
Tools/buildbot/external-common.bat
View file @
e7f67b5b
...
...
@@ -4,7 +4,7 @@
cd
..
@rem
XXX
:
If
you
need
to
force
the
buildbots
to
start
from
a
fresh
environment
,
uncomment
@rem
the
following
,
check
it
in
,
then
check
it
out
,
comment
it
out
,
then
check
it
back
in
.
@rem
if
exist
bzip2
-
1
.0.
5
rd
/s/q
bzip2
-
1
.0.5
@rem
if
exist
bzip2
-
1
.0.
6
rd
/s/q
bzip2
-
1
.0.6
@rem
if
exist
tcltk
rd
/s/q
tcltk
@rem
if
exist
tcltk64
rd
/s/q
tcltk64
@rem
if
exist
tcl8
.4.12
rd
/s/q
tcl8
.4.12
...
...
@@ -19,9 +19,9 @@ cd ..
@rem
if
exist
sqlite
-
3
.6.21
rd
/s/q
sqlite
-
3
.6.21
@rem
bzip
if
not
exist
bzip2
-
1
.0.
5
(
rd
/s/q
bzip2
-
1
.0.
3
svn
export
http
://svn.python.org/projects/external/bzip2
-
1
.0.
5
if
not
exist
bzip2
-
1
.0.
6
(
rd
/s/q
bzip2
-
1
.0.
5
svn
export
http
://svn.python.org/projects/external/bzip2
-
1
.0.
6
)
@rem
Berkeley
DB
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment