mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Add missing libzip file to the build project
This commit is contained in:
@@ -81,6 +81,7 @@
|
|||||||
<ClCompile Include="libzip\zip_set_file_comment.c" />
|
<ClCompile Include="libzip\zip_set_file_comment.c" />
|
||||||
<ClCompile Include="libzip\zip_set_file_compression.c" />
|
<ClCompile Include="libzip\zip_set_file_compression.c" />
|
||||||
<ClCompile Include="libzip\zip_set_name.c" />
|
<ClCompile Include="libzip\zip_set_name.c" />
|
||||||
|
<ClCompile Include="libzip\zip_source_accept_empty.c" />
|
||||||
<ClCompile Include="libzip\zip_source_begin_write.c" />
|
<ClCompile Include="libzip\zip_source_begin_write.c" />
|
||||||
<ClCompile Include="libzip\zip_source_begin_write_cloning.c" />
|
<ClCompile Include="libzip\zip_source_begin_write_cloning.c" />
|
||||||
<ClCompile Include="libzip\zip_source_buffer.c" />
|
<ClCompile Include="libzip\zip_source_buffer.c" />
|
||||||
|
|||||||
@@ -360,6 +360,9 @@
|
|||||||
<ClCompile Include="libzip\zip_source_get_compression_flags.c">
|
<ClCompile Include="libzip\zip_source_get_compression_flags.c">
|
||||||
<Filter>libzip</Filter>
|
<Filter>libzip</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="libzip\zip_source_accept_empty.c">
|
||||||
|
<Filter>libzip</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="libzip\compat.h">
|
<ClInclude Include="libzip\compat.h">
|
||||||
|
|||||||
Reference in New Issue
Block a user