diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-06-13 17:23:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-06-13 17:23:44 +0000 |
commit | 0d7f7abc960af99841b5bf10f56e23640222ae49 (patch) | |
tree | bd3634358b7608e2db8a3fde9eae692a8b79717d /build/vc.common | |
parent | 69c7b1936c181f12c0badca10021d3079804c63e (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'build/vc.common')
-rw-r--r-- | build/vc.common/lib.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/vc.common/lib.props b/build/vc.common/lib.props index dcc90eae91..d3a645be8d 100644 --- a/build/vc.common/lib.props +++ b/build/vc.common/lib.props @@ -22,8 +22,8 @@ </ItemGroup>
<PropertyGroup>
<ConfigurationType>DynamicLibrary</ConfigurationType>
- <OutDir Condition="'$(Platform)'=='Win32'">$(SolutionDir)$(Configuration)\libs\</OutDir>
- <OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\libs\</OutDir>
+ <OutDir Condition="'$(Platform)'=='Win32'">$(SolutionDir)$(Configuration)\Libs\</OutDir>
+ <OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\Libs\</OutDir>
</PropertyGroup>
<Import Project="common.props"/>
</Project>
|