From 9607b9708cb0fc79a664050802aebf7dcae36e59 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 17 Jul 2023 14:26:53 +0200 Subject: Windows: Fix link error with latest libzip by adding new file zip_source_pass_to_lower_layer.c tp VS projects --- src/Common/Zip.vcxproj | 1 + src/Common/Zip.vcxproj.filters | 3 +++ src/Common/Zip_vs2019.vcxproj | 1 + 3 files changed, 5 insertions(+) (limited to 'src') diff --git a/src/Common/Zip.vcxproj b/src/Common/Zip.vcxproj index a9d567a7..11a971b2 100644 --- a/src/Common/Zip.vcxproj +++ b/src/Common/Zip.vcxproj @@ -110,6 +110,7 @@ + diff --git a/src/Common/Zip.vcxproj.filters b/src/Common/Zip.vcxproj.filters index 209a93d6..92bcf493 100644 --- a/src/Common/Zip.vcxproj.filters +++ b/src/Common/Zip.vcxproj.filters @@ -396,6 +396,9 @@ libzip + + zlib + diff --git a/src/Common/Zip_vs2019.vcxproj b/src/Common/Zip_vs2019.vcxproj index d60b4981..26ab3310 100644 --- a/src/Common/Zip_vs2019.vcxproj +++ b/src/Common/Zip_vs2019.vcxproj @@ -118,6 +118,7 @@ + -- cgit v1.2.3