mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Stop including gzio in the build; it's not used.
This commit is contained in:
parent
f4ec88e45a
commit
c0181eb449
2 changed files with 0 additions and 9 deletions
|
|
@ -564,12 +564,6 @@
|
|||
<ClCompile Include="..\Modules\zlib\compress.c" />
|
||||
<ClCompile Include="..\Modules\zlib\crc32.c" />
|
||||
<ClCompile Include="..\Modules\zlib\deflate.c" />
|
||||
<ClCompile Include="..\Modules\zlib\gzio.c">
|
||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'">_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Modules\zlib\infback.c" />
|
||||
<ClCompile Include="..\Modules\zlib\inffast.c" />
|
||||
<ClCompile Include="..\Modules\zlib\inflate.c" />
|
||||
|
|
|
|||
|
|
@ -578,9 +578,6 @@
|
|||
<ClCompile Include="..\Modules\zlib\deflate.c">
|
||||
<Filter>Modules\zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Modules\zlib\gzio.c">
|
||||
<Filter>Modules\zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Modules\zlib\infback.c">
|
||||
<Filter>Modules\zlib</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue