[xiph-commits] r11463 - in trunk/speex/win32/VS2005: libspeex
speexdec speexenc
illiminable at svn.xiph.org
illiminable at svn.xiph.org
Mon May 29 02:06:20 PDT 2006
Author: illiminable
Date: 2006-05-29 02:06:12 -0700 (Mon, 29 May 2006)
New Revision: 11463
Modified:
trunk/speex/win32/VS2005/libspeex/libspeex.vcproj
trunk/speex/win32/VS2005/speexdec/speexdec.vcproj
trunk/speex/win32/VS2005/speexenc/speexenc.vcproj
Log:
* Make output path consistent
Modified: trunk/speex/win32/VS2005/libspeex/libspeex.vcproj
===================================================================
--- trunk/speex/win32/VS2005/libspeex/libspeex.vcproj 2006-05-29 09:05:42 UTC (rev 11462)
+++ trunk/speex/win32/VS2005/libspeex/libspeex.vcproj 2006-05-29 09:06:12 UTC (rev 11463)
@@ -20,7 +20,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -159,7 +159,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
Modified: trunk/speex/win32/VS2005/speexdec/speexdec.vcproj
===================================================================
--- trunk/speex/win32/VS2005/speexdec/speexdec.vcproj 2006-05-29 09:05:42 UTC (rev 11462)
+++ trunk/speex/win32/VS2005/speexdec/speexdec.vcproj 2006-05-29 09:06:12 UTC (rev 11463)
@@ -4,6 +4,7 @@
Version="8.00"
Name="speexdec"
ProjectGUID="{961B8359-1393-4EF7-B8E0-67B6FE1C6DA8}"
+ RootNamespace="speexdec"
Keyword="Win32Proj"
>
<Platforms>
@@ -16,7 +17,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -97,7 +98,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
Modified: trunk/speex/win32/VS2005/speexenc/speexenc.vcproj
===================================================================
--- trunk/speex/win32/VS2005/speexenc/speexenc.vcproj 2006-05-29 09:05:42 UTC (rev 11462)
+++ trunk/speex/win32/VS2005/speexenc/speexenc.vcproj 2006-05-29 09:06:12 UTC (rev 11463)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -98,7 +98,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
More information about the commits
mailing list