summaryrefslogtreecommitdiff
path: root/plugins/FTPFileYM
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FTPFileYM')
-rw-r--r--plugins/FTPFileYM/ftpfile_10.vcxproj2
-rw-r--r--plugins/FTPFileYM/ftpfile_12.vcxproj2
-rw-r--r--plugins/FTPFileYM/src/job_packer.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/FTPFileYM/ftpfile_10.vcxproj b/plugins/FTPFileYM/ftpfile_10.vcxproj
index 4ea024b8ed..6260449eda 100644
--- a/plugins/FTPFileYM/ftpfile_10.vcxproj
+++ b/plugins/FTPFileYM/ftpfile_10.vcxproj
@@ -216,7 +216,7 @@
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Zlib\zlib_10.vcxproj">
+ <ProjectReference Include="..\..\libs\zlib\zlib.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
</ProjectReference>
<ProjectReference Include="curl\lib\vc6libcurl_10.vcxproj">
diff --git a/plugins/FTPFileYM/ftpfile_12.vcxproj b/plugins/FTPFileYM/ftpfile_12.vcxproj
index 7d87c0e064..86b734e9b4 100644
--- a/plugins/FTPFileYM/ftpfile_12.vcxproj
+++ b/plugins/FTPFileYM/ftpfile_12.vcxproj
@@ -219,7 +219,7 @@
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Zlib\zlib_12.vcxproj">
+ <ProjectReference Include="..\..\libs\zlib\zlib.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
</ProjectReference>
<ProjectReference Include="curl\lib\vc6libcurl_12.vcxproj">
diff --git a/plugins/FTPFileYM/src/job_packer.h b/plugins/FTPFileYM/src/job_packer.h
index bbdee99241..978d1181b1 100644
--- a/plugins/FTPFileYM/src/job_packer.h
+++ b/plugins/FTPFileYM/src/job_packer.h
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "common.h"
#include "job_generic.h"
-#include "..\Zlib\src\zip.h"
+#include "..\..\libs\zlib\src\zip.h"
class PackerJob: public GenericJob
{