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 /PC | |
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 'PC')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 14 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 11 | ||||
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 14 |
3 files changed, 36 insertions, 3 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 4c3cd98..e96336c 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -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
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 230d2ef..817b0c0 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -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">
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index c823226..081d4f9 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/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
|