From 08578b0d3b8a4f629878267085d3856a0742853c Mon Sep 17 00:00:00 2001 From: "doko@ubuntu.com" Date: Thu, 11 Sep 2014 09:08:52 +0200 Subject: [PATCH] - Issue #22381: Update zlib to 1.2.8. Update zlib file names for the PC installers --- PC/VC6/pythoncore.dsp | 14 +++++++++++++- PC/VS7.1/pythoncore.vcproj | 11 ++++++++++- PC/VS8.0/pythoncore.vcproj | 14 +++++++++++++- PCbuild/pythoncore.vcproj | 16 ++++++++++++++-- 4 files changed, 50 insertions(+), 5 deletions(-) diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 4c3cd989e6..e96336cb1b 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 230d2ef52c..817b0c0789 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -289,7 +289,16 @@ RelativePath="..\..\Modules\zlib\deflate.c"> + RelativePath="..\..\Modules\zlib\gzclose.c"> + + + + + + diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index c8232264b0..081d4f9e77 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -1218,7 +1218,19 @@ > + + + + + + + + + + + + - \ No newline at end of file + -- 2.50.1