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/NewsAggregator/NewsAggregator_10.vcxproj | 4 ++++ protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'protocols/NewsAggregator') diff --git a/protocols/NewsAggregator/NewsAggregator_10.vcxproj b/protocols/NewsAggregator/NewsAggregator_10.vcxproj index 614170e0fb..3d40cf87c2 100644 --- a/protocols/NewsAggregator/NewsAggregator_10.vcxproj +++ b/protocols/NewsAggregator/NewsAggregator_10.vcxproj @@ -87,6 +87,7 @@ false $(IntDir)$(TargetName).lib comdlg32.lib;%(AdditionalDependencies) + $(SolutionDir)\lib ..\..\include\msapi @@ -110,6 +111,7 @@ Windows false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib ..\..\include\msapi @@ -135,6 +137,7 @@ $(IntDir)$(TargetName).lib true comdlg32.lib;%(AdditionalDependencies) + $(SolutionDir)\lib ..\..\include\msapi @@ -160,6 +163,7 @@ false $(IntDir)$(TargetName).lib true + $(SolutionDir)\lib ..\..\include\msapi diff --git a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj b/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj index b43103e4b2..83216615d4 100644 --- a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj +++ b/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.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) -- cgit v1.2.3