VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Zip.vcxproj
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-03-10 00:30:02 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-03-10 10:33:36 +0100
commit4b6be1161b977a71a35217c906ce7224e84a169a (patch)
tree2d83f727efbf7838d1d607bcb8ff12b2de6b1e48 /src/Common/Zip.vcxproj
parent6bda9d1b35be7aaa0e17bdf23320de633d7fb2ac (diff)
downloadVeraCrypt-4b6be1161b977a71a35217c906ce7224e84a169a.tar.gz
VeraCrypt-4b6be1161b977a71a35217c906ce7224e84a169a.zip
Windows: Add missing libzip file to the build project
Diffstat (limited to 'src/Common/Zip.vcxproj')
-rw-r--r--src/Common/Zip.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Zip.vcxproj b/src/Common/Zip.vcxproj
index 746f771d..086657b5 100644
--- a/src/Common/Zip.vcxproj
+++ b/src/Common/Zip.vcxproj
@@ -81,6 +81,7 @@
<ClCompile Include="libzip\zip_set_file_comment.c" />
<ClCompile Include="libzip\zip_set_file_compression.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_cloning.c" />
<ClCompile Include="libzip\zip_source_buffer.c" />