From a3efd513ac5cc0d55fe66492091d51ceddb34d14 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 6 Nov 2012 16:36:25 +0000 Subject: Fixed compilation of standalone plugins (thx robyer) Xfire protocol added to solutions (no 64-bit yet) git-svn-id: http://svn.miranda-ng.org/main/trunk@2218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Quotes/Forex.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/Quotes') diff --git a/protocols/Quotes/Forex.vcxproj b/protocols/Quotes/Forex.vcxproj index db81ebce2c..3def2265f1 100644 --- a/protocols/Quotes/Forex.vcxproj +++ b/protocols/Quotes/Forex.vcxproj @@ -86,7 +86,7 @@ Windows $(IntDir)$(TargetName).lib false - $(SolutionDir)\lib;..\..\..\boost_1_49_0\lib + $(ProfileDir)..\..\bin10\lib;..\..\..\boost_1_49_0\lib ..\..\include\msapi @@ -109,7 +109,7 @@ Windows $(IntDir)$(TargetName).lib false - $(SolutionDir)\lib;..\..\..\boost_1_49_0\lib + $(ProfileDir)..\..\bin10\lib;..\..\..\boost_1_49_0\lib ..\..\include\msapi @@ -134,7 +134,7 @@ true $(IntDir)$(TargetName).lib false - $(SolutionDir)\lib;..\..\..\boost_1_49_0\lib + $(ProfileDir)..\..\bin10\lib;..\..\..\boost_1_49_0\lib /PDBALTPATH:%_PDB% @@ -160,7 +160,7 @@ true $(IntDir)$(TargetName).lib false - $(SolutionDir)\lib;..\..\..\boost_1_49_0\lib + $(ProfileDir)..\..\bin10\lib;..\..\..\boost_1_49_0\lib /PDBALTPATH:%_PDB% -- cgit v1.2.3