Windows: Fix link error with latest libzip by adding new file zip_source_pass_to_lower_layer.c tp VS projects

This commit is contained in:
Mounir IDRASSI 2023-07-17 14:26:53 +02:00
parent 65765798d8
commit 9607b9708c
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
3 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,7 @@
<ClCompile Include="libzip\zip_source_is_deleted.c" />
<ClCompile Include="libzip\zip_source_layered.c" />
<ClCompile Include="libzip\zip_source_open.c" />
<ClCompile Include="libzip\zip_source_pass_to_lower_layer.c" />
<ClCompile Include="libzip\zip_source_pkware_decode.c" />
<ClCompile Include="libzip\zip_source_pkware_encode.c" />
<ClCompile Include="libzip\zip_source_read.c" />

View File

@ -396,6 +396,9 @@
<ClCompile Include="libzip\zip_winzip_aes.c">
<Filter>libzip</Filter>
</ClCompile>
<ClCompile Include="libzip\zip_source_pass_to_lower_layer.c">
<Filter>zlib</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="libzip\compat.h">

View File

@ -118,6 +118,7 @@
<ClCompile Include="libzip\zip_source_is_deleted.c" />
<ClCompile Include="libzip\zip_source_layered.c" />
<ClCompile Include="libzip\zip_source_open.c" />
<ClCompile Include="libzip\zip_source_pass_to_lower_layer.c" />
<ClCompile Include="libzip\zip_source_pkware_decode.c" />
<ClCompile Include="libzip\zip_source_pkware_encode.c" />
<ClCompile Include="libzip\zip_source_read.c" />