mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-04-09 01:48:42 -05:00
Windows: Add missing update of libzip zip_err_str.c and fix libzip related project configuration
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
<ClCompile Include="libzip\zip_algorithm_deflate.c" />
|
||||
<ClCompile Include="libzip\zip_buffer.c" />
|
||||
<ClCompile Include="libzip\zip_close.c" />
|
||||
<ClCompile Include="libzip\zip_crypto_win.c" />
|
||||
<ClCompile Include="libzip\zip_delete.c" />
|
||||
<ClCompile Include="libzip\zip_dirent.c" />
|
||||
<ClCompile Include="libzip\zip_dir_add.c" />
|
||||
@@ -43,12 +44,12 @@
|
||||
<ClCompile Include="libzip\zip_error_get.c" />
|
||||
<ClCompile Include="libzip\zip_error_get_sys_type.c" />
|
||||
<ClCompile Include="libzip\zip_error_strerror.c" />
|
||||
<ClCompile Include="libzip\zip_error_to_str.c" />
|
||||
<ClCompile Include="libzip\zip_err_str.c" />
|
||||
<ClCompile Include="libzip\zip_extra_field.c" />
|
||||
<ClCompile Include="libzip\zip_extra_field_api.c" />
|
||||
<ClCompile Include="libzip\zip_fclose.c" />
|
||||
<ClCompile Include="libzip\zip_fdopen.c" />
|
||||
<ClCompile Include="libzip\zip_filerange_crc.c" />
|
||||
<ClCompile Include="libzip\zip_file_add.c" />
|
||||
<ClCompile Include="libzip\zip_file_error_clear.c" />
|
||||
<ClCompile Include="libzip\zip_file_error_get.c" />
|
||||
@@ -58,6 +59,7 @@
|
||||
<ClCompile Include="libzip\zip_file_rename.c" />
|
||||
<ClCompile Include="libzip\zip_file_replace.c" />
|
||||
<ClCompile Include="libzip\zip_file_set_comment.c" />
|
||||
<ClCompile Include="libzip\zip_file_set_encryption.c" />
|
||||
<ClCompile Include="libzip\zip_file_set_external_attributes.c" />
|
||||
<ClCompile Include="libzip\zip_file_set_mtime.c" />
|
||||
<ClCompile Include="libzip\zip_file_strerror.c" />
|
||||
@@ -66,6 +68,8 @@
|
||||
<ClCompile Include="libzip\zip_fopen_index.c" />
|
||||
<ClCompile Include="libzip\zip_fopen_index_encrypted.c" />
|
||||
<ClCompile Include="libzip\zip_fread.c" />
|
||||
<ClCompile Include="libzip\zip_fseek.c" />
|
||||
<ClCompile Include="libzip\zip_ftell.c" />
|
||||
<ClCompile Include="libzip\zip_get_archive_comment.c" />
|
||||
<ClCompile Include="libzip\zip_get_archive_flag.c" />
|
||||
<ClCompile Include="libzip\zip_get_encryption_implementation.c" />
|
||||
@@ -75,12 +79,14 @@
|
||||
<ClCompile Include="libzip\zip_get_num_files.c" />
|
||||
<ClCompile Include="libzip\zip_hash.c" />
|
||||
<ClCompile Include="libzip\zip_io_util.c" />
|
||||
<ClCompile Include="libzip\zip_libzip_version.c" />
|
||||
<ClCompile Include="libzip\zip_memdup.c" />
|
||||
<ClCompile Include="libzip\zip_name_locate.c" />
|
||||
<ClCompile Include="libzip\zip_new.c" />
|
||||
<ClCompile Include="libzip\zip_open.c" />
|
||||
<ClCompile Include="libzip\zip_pkware.c" />
|
||||
<ClCompile Include="libzip\zip_progress.c" />
|
||||
<ClCompile Include="libzip\zip_random_win32.c" />
|
||||
<ClCompile Include="libzip\zip_rename.c" />
|
||||
<ClCompile Include="libzip\zip_replace.c" />
|
||||
<ClCompile Include="libzip\zip_set_archive_comment.c" />
|
||||
@@ -102,6 +108,7 @@
|
||||
<ClCompile Include="libzip\zip_source_file_common.c" />
|
||||
<ClCompile Include="libzip\zip_source_file_stdio.c" />
|
||||
<ClCompile Include="libzip\zip_source_file_win32.c" />
|
||||
<ClCompile Include="libzip\zip_source_file_win32_ansi.c" />
|
||||
<ClCompile Include="libzip\zip_source_file_win32_named.c" />
|
||||
<ClCompile Include="libzip\zip_source_file_win32_utf16.c" />
|
||||
<ClCompile Include="libzip\zip_source_file_win32_utf8.c" />
|
||||
@@ -123,6 +130,8 @@
|
||||
<ClCompile Include="libzip\zip_source_tell.c" />
|
||||
<ClCompile Include="libzip\zip_source_tell_write.c" />
|
||||
<ClCompile Include="libzip\zip_source_window.c" />
|
||||
<ClCompile Include="libzip\zip_source_winzip_aes_decode.c" />
|
||||
<ClCompile Include="libzip\zip_source_winzip_aes_encode.c" />
|
||||
<ClCompile Include="libzip\zip_source_write.c" />
|
||||
<ClCompile Include="libzip\zip_source_zip.c" />
|
||||
<ClCompile Include="libzip\zip_source_zip_new.c" />
|
||||
@@ -136,6 +145,7 @@
|
||||
<ClCompile Include="libzip\zip_unchange_archive.c" />
|
||||
<ClCompile Include="libzip\zip_unchange_data.c" />
|
||||
<ClCompile Include="libzip\zip_utf-8.c" />
|
||||
<ClCompile Include="libzip\zip_winzip_aes.c" />
|
||||
<ClCompile Include="zlib\adler32.c" />
|
||||
<ClCompile Include="zlib\compress.c" />
|
||||
<ClCompile Include="zlib\crc32.c" />
|
||||
@@ -272,6 +282,10 @@
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
<Lib>
|
||||
<AdditionalDependencies>
|
||||
</AdditionalDependencies>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||||
<ClCompile>
|
||||
@@ -287,6 +301,10 @@
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
<Lib>
|
||||
<AdditionalDependencies>
|
||||
</AdditionalDependencies>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
@@ -302,6 +320,10 @@
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
<Lib>
|
||||
<AdditionalDependencies>
|
||||
</AdditionalDependencies>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
@@ -321,6 +343,10 @@
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
<Lib>
|
||||
<AdditionalDependencies>
|
||||
</AdditionalDependencies>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||||
<ClCompile>
|
||||
@@ -340,6 +366,10 @@
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
<Lib>
|
||||
<AdditionalDependencies>
|
||||
</AdditionalDependencies>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
@@ -359,6 +389,10 @@
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
<Lib>
|
||||
<AdditionalDependencies>
|
||||
</AdditionalDependencies>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
Reference in New Issue
Block a user