1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

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
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_is_deleted.c" />
<ClCompile Include="libzip\zip_source_layered.c" /> <ClCompile Include="libzip\zip_source_layered.c" />
<ClCompile Include="libzip\zip_source_open.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_decode.c" />
<ClCompile Include="libzip\zip_source_pkware_encode.c" /> <ClCompile Include="libzip\zip_source_pkware_encode.c" />
<ClCompile Include="libzip\zip_source_read.c" /> <ClCompile Include="libzip\zip_source_read.c" />

View File

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

View File

@@ -118,6 +118,7 @@
<ClCompile Include="libzip\zip_source_is_deleted.c" /> <ClCompile Include="libzip\zip_source_is_deleted.c" />
<ClCompile Include="libzip\zip_source_layered.c" /> <ClCompile Include="libzip\zip_source_layered.c" />
<ClCompile Include="libzip\zip_source_open.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_decode.c" />
<ClCompile Include="libzip\zip_source_pkware_encode.c" /> <ClCompile Include="libzip\zip_source_pkware_encode.c" />
<ClCompile Include="libzip\zip_source_read.c" /> <ClCompile Include="libzip\zip_source_read.c" />