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/MRA/Mra.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/MRA') diff --git a/protocols/MRA/Mra.vcxproj b/protocols/MRA/Mra.vcxproj index 79ebb6450e..52e49b129f 100644 --- a/protocols/MRA/Mra.vcxproj +++ b/protocols/MRA/Mra.vcxproj @@ -89,7 +89,7 @@ Windows false $(IntDir)$(TargetName).lib - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib ..\..\include\msapi @@ -114,7 +114,7 @@ Windows false $(IntDir)$(TargetName).lib - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib ..\..\include\msapi @@ -145,7 +145,7 @@ $(IntDir)$(TargetName).lib false true - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% @@ -175,7 +175,7 @@ true false $(IntDir)$(TargetName).lib - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% -- cgit v1.2.3