From 0933fa74c0cd48615d4d4865f14308006e64b0dc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 13 Feb 2013 20:37:10 +0000 Subject: fix for 64-bit boost lib paths git-svn-id: http://svn.miranda-ng.org/main/trunk@3593 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/New_GPG/new_gpg_10.vcxproj | 4 ++-- plugins/New_GPG/new_gpg_11.vcxproj | 4 ++-- plugins/StopSpamMod/stopspam_mod_10.vcxproj | 4 ++-- plugins/StopSpamMod/stopspam_mod_11.vcxproj | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/New_GPG/new_gpg_10.vcxproj b/plugins/New_GPG/new_gpg_10.vcxproj index 9f25e9a073..1c25796b0c 100755 --- a/plugins/New_GPG/new_gpg_10.vcxproj +++ b/plugins/New_GPG/new_gpg_10.vcxproj @@ -374,7 +374,7 @@ shlwapi.lib;%(AdditionalDependencies) true - $(ProfileDir)..\..\bin10\lib;..\..\..\boost\lib64 + $(ProfileDir)..\..\bin10\lib;..\..\..\boost\stage64\lib true true true @@ -512,7 +512,7 @@ shlwapi.lib;%(AdditionalDependencies) true - $(ProfileDir)..\..\bin10\lib;..\..\..\boost\lib64 + $(ProfileDir)..\..\bin10\lib;..\..\..\boost\stage64\lib true false diff --git a/plugins/New_GPG/new_gpg_11.vcxproj b/plugins/New_GPG/new_gpg_11.vcxproj index 6e7fbb977e..e1c1e8c36a 100644 --- a/plugins/New_GPG/new_gpg_11.vcxproj +++ b/plugins/New_GPG/new_gpg_11.vcxproj @@ -378,7 +378,7 @@ shlwapi.lib;%(AdditionalDependencies) true - $(ProfileDir)..\..\bin11\lib;..\..\..\boost\lib64 + $(ProfileDir)..\..\bin11\lib;..\..\..\boost\stage64\lib true true true @@ -516,7 +516,7 @@ shlwapi.lib;%(AdditionalDependencies) true - $(ProfileDir)..\..\bin11\lib;..\..\..\boost\lib64 + $(ProfileDir)..\..\bin11\lib;..\..\..\boost\stage64\lib true false diff --git a/plugins/StopSpamMod/stopspam_mod_10.vcxproj b/plugins/StopSpamMod/stopspam_mod_10.vcxproj index 51e8c5cfcf..6223f41416 100644 --- a/plugins/StopSpamMod/stopspam_mod_10.vcxproj +++ b/plugins/StopSpamMod/stopspam_mod_10.vcxproj @@ -132,7 +132,7 @@ $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib;..\..\..\boost\lib64 + $(ProfileDir)..\..\bin10\lib;..\..\..\boost\stage64\lib ..\..\include\msapi @@ -214,7 +214,7 @@ $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib;..\..\..\boost\lib64 + $(ProfileDir)..\..\bin10\lib;..\..\..\boost\stage64\lib /PDBALTPATH:%_PDB% diff --git a/plugins/StopSpamMod/stopspam_mod_11.vcxproj b/plugins/StopSpamMod/stopspam_mod_11.vcxproj index ca1e6516a5..e2d08ad6b5 100644 --- a/plugins/StopSpamMod/stopspam_mod_11.vcxproj +++ b/plugins/StopSpamMod/stopspam_mod_11.vcxproj @@ -136,7 +136,7 @@ $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin11\lib;..\..\..\boost\lib64 + $(ProfileDir)..\..\bin11\lib;..\..\..\boost\stage64\lib ..\..\include\msapi @@ -218,7 +218,7 @@ $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin11\lib;..\..\..\boost\lib64 + $(ProfileDir)..\..\bin11\lib;..\..\..\boost\stage64\lib /PDBALTPATH:%_PDB% -- cgit v1.2.3