aboutsummaryrefslogtreecommitdiff
path: root/celt
diff options
context:
space:
mode:
authorGian-Carlo Pascutto <gcp@sjeng.org>2012-07-16 20:52:38 +0200
committerGregory Maxwell <greg@xiph.org>2012-07-16 16:45:04 -0400
commit642084c47c0807686db4ae2def61a11dee80a81d (patch)
tree6c549b6ac34783ad6fd3e96b383a242feae9d983 /celt
parenteeb7bd3d9d4569ac556f1fd70434abea571f57f3 (diff)
downloadlibopus-642084c47c0807686db4ae2def61a11dee80a81d.tar.gz
Output/intermediate dir cleanup and fixes in 64-bit mode.
Also make the 64-bit builds use the default output directories. Fix the type of the default Opus output to be a library.
Diffstat (limited to 'celt')
-rw-r--r--celt/celt.vcxproj16
1 files changed, 4 insertions, 12 deletions
diff --git a/celt/celt.vcxproj b/celt/celt.vcxproj
index 22c6ceec..2356d017 100644
--- a/celt/celt.vcxproj
+++ b/celt/celt.vcxproj
@@ -62,18 +62,10 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <OutDir>$(SolutionDir)$(Configuration)$(PlatformArchitecture)\</OutDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <IntDir>$(Configuration)$(PlatformArchitecture)\</IntDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <OutDir>$(SolutionDir)$(Configuration)$(PlatformArchitecture)\</OutDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <IntDir>$(Configuration)$(PlatformArchitecture)\</IntDir>
- </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />