summaryrefslogtreecommitdiff
path: root/plugins/FTPFileYM
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-06-16 11:35:25 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-06-16 11:35:25 +0000
commitc1f92b0c5dd10e0f9664a21599040d9226bc261d (patch)
tree7bc4e5b7ef4cf1d8477b2eee297a7fe49ee8ba4a /plugins/FTPFileYM
parenta6e9c3ddf6d5fd80c91e177342f0f76948b9875e (diff)
unified zlib project also moved to libs\
git-svn-id: http://svn.miranda-ng.org/main/trunk@14200 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
{