diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2014-09-11 07:08:52 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2014-09-11 07:08:52 (GMT) |
commit | 08578b0d3b8a4f629878267085d3856a0742853c (patch) | |
tree | 5f8f2e43a5a07ab3bb3274c83558bc8409e0fab2 /PCbuild | |
parent | 77a64bfdf752c594e09914f019f65e7f6aa633f5 (diff) | |
download | cpython-08578b0d3b8a4f629878267085d3856a0742853c.zip cpython-08578b0d3b8a4f629878267085d3856a0742853c.tar.gz cpython-08578b0d3b8a4f629878267085d3856a0742853c.tar.bz2 |
- Issue #22381: Update zlib to 1.2.8.
Update zlib file names for the PC installers
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 76528dc..5266d22 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -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>
|