From f616294363c642d138f9dc0ef6eceae639e2434c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Jun 2012 16:44:50 +0000 Subject: /bin10/lib added to the default lib path git-svn-id: http://svn.miranda-ng.org/main/trunk@640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MRA/Mra.vcxproj | 4 ++++ protocols/MRA/proto_mra/Proto_MRA.vcxproj | 4 ++++ protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'protocols/MRA') diff --git a/protocols/MRA/Mra.vcxproj b/protocols/MRA/Mra.vcxproj index 5d0cc04d24..5235b1fd5d 100644 --- a/protocols/MRA/Mra.vcxproj +++ b/protocols/MRA/Mra.vcxproj @@ -89,6 +89,7 @@ Windows false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib ..\..\include\msapi @@ -113,6 +114,7 @@ Windows false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib ..\..\include\msapi @@ -143,6 +145,7 @@ $(IntDir)$(TargetName).lib false true + $(SolutionDir)\lib ..\..\include\msapi @@ -171,6 +174,7 @@ true false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib ..\..\include\msapi diff --git a/protocols/MRA/proto_mra/Proto_MRA.vcxproj b/protocols/MRA/proto_mra/Proto_MRA.vcxproj index 6f0e1e9830..93e00d2672 100644 --- a/protocols/MRA/proto_mra/Proto_MRA.vcxproj +++ b/protocols/MRA/proto_mra/Proto_MRA.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj b/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj index 926a03e992..6bdef72b4e 100644 --- a/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj +++ b/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj @@ -71,6 +71,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -82,6 +83,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -93,6 +95,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -104,6 +107,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) -- cgit v1.2.3