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
08578b0d
Commit
08578b0d
authored
Sep 11, 2014
by
doko@ubuntu.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Issue #22381: Update zlib to 1.2.8.
Update zlib file names for the PC installers
parent
77a64bfd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
50 additions
and
5 deletions
+50
-5
PC/VC6/pythoncore.dsp
PC/VC6/pythoncore.dsp
+13
-1
PC/VS7.1/pythoncore.vcproj
PC/VS7.1/pythoncore.vcproj
+10
-1
PC/VS8.0/pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
+13
-1
PCbuild/pythoncore.vcproj
PCbuild/pythoncore.vcproj
+14
-2
No files found.
PC/VC6/pythoncore.dsp
View file @
08578b0d
...
...
@@ -458,7 +458,19 @@ SOURCE=..\..\Parser\grammar1.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlib\gzio.c
SOURCE=..\..\Modules\zlib\gzclose.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlib\gzlib.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlib\gzread.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zlib\gzwrite.c
# End Source File
# Begin Source File
...
...
PC/VS7.1/pythoncore.vcproj
View file @
08578b0d
...
...
@@ -289,7 +289,16 @@
RelativePath=
"..\..\Modules\zlib\deflate.c"
>
</File>
<File
RelativePath=
"..\..\Modules\zlib\gzio.c"
>
RelativePath=
"..\..\Modules\zlib\gzclose.c"
>
</File>
<File
RelativePath=
"..\..\Modules\zlib\gzlib.c"
>
</File>
<File
RelativePath=
"..\..\Modules\zlib\gzread.c"
>
</File>
<File
RelativePath=
"..\..\Modules\zlib\gzwrite.c"
>
</File>
<File
RelativePath=
"..\..\Modules\zlib\infback.c"
>
...
...
PC/VS8.0/pythoncore.vcproj
View file @
08578b0d
...
...
@@ -1218,7 +1218,19 @@
>
</File>
<File
RelativePath=
"..\..\Modules\zlib\gzio.c"
RelativePath=
"..\..\Modules\zlib\gzclose.c"
>
</File>
<File
RelativePath=
"..\..\Modules\zlib\gzlib.c"
>
</File>
<File
RelativePath=
"..\..\Modules\zlib\gzread.c"
>
</File>
<File
RelativePath=
"..\..\Modules\zlib\gzwrite.c"
>
</File>
<File
...
...
PCbuild/pythoncore.vcproj
View file @
08578b0d
...
...
@@ -1218,7 +1218,19 @@
>
</File>
<File
RelativePath=
"..\Modules\zlib\gzio.c"
RelativePath=
"..\Modules\zlib\gzclose.c"
>
</File>
<File
RelativePath=
"..\Modules\zlib\gzlib.c"
>
</File>
<File
RelativePath=
"..\Modules\zlib\gzread.c"
>
</File>
<File
RelativePath=
"..\Modules\zlib\gzwrite.c"
>
</File>
<File
...
...
@@ -1874,4 +1886,4 @@
</Files>
<Globals>
</Globals>
</VisualStudioProject>
\ No newline at end of file
</VisualStudioProject>
...
...
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