From: <jpg...@us...> - 2007-05-09 14:01:20
|
Revision: 970 http://svn.sourceforge.net/iaxclient/?rev=970&view=rev Author: jpgrayson Date: 2007-05-09 07:00:55 -0700 (Wed, 09 May 2007) Log Message: ----------- Rename iaxclient solution file. Added Paths: ----------- trunk/contrib/win/vs2005/iaxclient.sln Removed Paths: ------------- trunk/contrib/win/vs2005/iaxclient_lib.sln Copied: trunk/contrib/win/vs2005/iaxclient.sln (from rev 969, trunk/contrib/win/vs2005/iaxclient_lib.sln) =================================================================== --- trunk/contrib/win/vs2005/iaxclient.sln (rev 0) +++ trunk/contrib/win/vs2005/iaxclient.sln 2007-05-09 14:00:55 UTC (rev 970) @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iaxclient_lib", "iaxclient_lib.vcproj", "{4AF56BD0-9FB7-435B-99F2-8582FEAC8137}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iaxclient_dll", "iaxclient_dll.vcproj", "{334F0D70-5086-4180-8325-2B77FA845C13}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Debug|Win32.ActiveCfg = Debug|Win32 + {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Debug|Win32.Build.0 = Debug|Win32 + {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Release|Win32.ActiveCfg = Release|Win32 + {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Release|Win32.Build.0 = Release|Win32 + {334F0D70-5086-4180-8325-2B77FA845C13}.Debug|Win32.ActiveCfg = Debug|Win32 + {334F0D70-5086-4180-8325-2B77FA845C13}.Debug|Win32.Build.0 = Debug|Win32 + {334F0D70-5086-4180-8325-2B77FA845C13}.Release|Win32.ActiveCfg = Release|Win32 + {334F0D70-5086-4180-8325-2B77FA845C13}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Deleted: trunk/contrib/win/vs2005/iaxclient_lib.sln =================================================================== --- trunk/contrib/win/vs2005/iaxclient_lib.sln 2007-05-09 13:30:26 UTC (rev 969) +++ trunk/contrib/win/vs2005/iaxclient_lib.sln 2007-05-09 14:00:55 UTC (rev 970) @@ -1,26 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iaxclient_lib", "iaxclient_lib.vcproj", "{4AF56BD0-9FB7-435B-99F2-8582FEAC8137}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iaxclient_dll", "iaxclient_dll.vcproj", "{334F0D70-5086-4180-8325-2B77FA845C13}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Debug|Win32.ActiveCfg = Debug|Win32 - {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Debug|Win32.Build.0 = Debug|Win32 - {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Release|Win32.ActiveCfg = Release|Win32 - {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Release|Win32.Build.0 = Release|Win32 - {334F0D70-5086-4180-8325-2B77FA845C13}.Debug|Win32.ActiveCfg = Debug|Win32 - {334F0D70-5086-4180-8325-2B77FA845C13}.Debug|Win32.Build.0 = Debug|Win32 - {334F0D70-5086-4180-8325-2B77FA845C13}.Release|Win32.ActiveCfg = Release|Win32 - {334F0D70-5086-4180-8325-2B77FA845C13}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jpg...@us...> - 2007-05-09 14:45:25
|
Revision: 971 http://svn.sourceforge.net/iaxclient/?rev=971&view=rev Author: jpgrayson Date: 2007-05-09 07:45:24 -0700 (Wed, 09 May 2007) Log Message: ----------- Update vs2005 project files to a generally functional state. Modified Paths: -------------- trunk/contrib/win/vs2005/iaxclient.sln Added Paths: ----------- trunk/contrib/win/vs2005/libgsm.vcproj trunk/contrib/win/vs2005/libiax2.vcproj trunk/contrib/win/vs2005/libiaxclient.vcproj trunk/contrib/win/vs2005/libportaudio.vcproj trunk/contrib/win/vs2005/libportmixer.vcproj trunk/contrib/win/vs2005/libvideolib.vcproj Removed Paths: ------------- trunk/contrib/win/vs2005/iaxclient_dll.vcproj trunk/contrib/win/vs2005/iaxclient_lib.vcproj Modified: trunk/contrib/win/vs2005/iaxclient.sln =================================================================== --- trunk/contrib/win/vs2005/iaxclient.sln 2007-05-09 14:00:55 UTC (rev 970) +++ trunk/contrib/win/vs2005/iaxclient.sln 2007-05-09 14:45:24 UTC (rev 971) @@ -1,24 +1,55 @@ Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iaxclient_lib", "iaxclient_lib.vcproj", "{4AF56BD0-9FB7-435B-99F2-8582FEAC8137}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvideolib", "libvideolib.vcproj", "{BE15A94D-3766-4693-ABA8-5FBAACBBCC08}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iaxclient_dll", "iaxclient_dll.vcproj", "{334F0D70-5086-4180-8325-2B77FA845C13}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libportmixer", "libportmixer.vcproj", "{3A76129B-55AB-4D54-BAA7-08F63ED52569}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libportaudio", "libportaudio.vcproj", "{3B023516-2C69-4CCB-9302-239991B6EC2C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libiaxclient", "libiaxclient.vcproj", "{9A9C003E-EAF6-4D0E-896F-E3994503C7E4}" + ProjectSection(ProjectDependencies) = postProject + {3B023516-2C69-4CCB-9302-239991B6EC2C} = {3B023516-2C69-4CCB-9302-239991B6EC2C} + {BE15A94D-3766-4693-ABA8-5FBAACBBCC08} = {BE15A94D-3766-4693-ABA8-5FBAACBBCC08} + {82C9BD79-9796-405F-8A28-3F538514AC3A} = {82C9BD79-9796-405F-8A28-3F538514AC3A} + {3A76129B-55AB-4D54-BAA7-08F63ED52569} = {3A76129B-55AB-4D54-BAA7-08F63ED52569} + {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E} = {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libiax2", "libiax2.vcproj", "{5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgsm", "libgsm.vcproj", "{82C9BD79-9796-405F-8A28-3F538514AC3A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Debug|Win32.ActiveCfg = Debug|Win32 - {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Debug|Win32.Build.0 = Debug|Win32 - {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Release|Win32.ActiveCfg = Release|Win32 - {4AF56BD0-9FB7-435B-99F2-8582FEAC8137}.Release|Win32.Build.0 = Release|Win32 - {334F0D70-5086-4180-8325-2B77FA845C13}.Debug|Win32.ActiveCfg = Debug|Win32 - {334F0D70-5086-4180-8325-2B77FA845C13}.Debug|Win32.Build.0 = Debug|Win32 - {334F0D70-5086-4180-8325-2B77FA845C13}.Release|Win32.ActiveCfg = Release|Win32 - {334F0D70-5086-4180-8325-2B77FA845C13}.Release|Win32.Build.0 = Release|Win32 + {BE15A94D-3766-4693-ABA8-5FBAACBBCC08}.Debug|Win32.ActiveCfg = Debug|Win32 + {BE15A94D-3766-4693-ABA8-5FBAACBBCC08}.Debug|Win32.Build.0 = Debug|Win32 + {BE15A94D-3766-4693-ABA8-5FBAACBBCC08}.Release|Win32.ActiveCfg = Release|Win32 + {BE15A94D-3766-4693-ABA8-5FBAACBBCC08}.Release|Win32.Build.0 = Release|Win32 + {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug|Win32.ActiveCfg = Debug|Win32 + {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug|Win32.Build.0 = Debug|Win32 + {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release|Win32.ActiveCfg = Release|Win32 + {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release|Win32.Build.0 = Release|Win32 + {3B023516-2C69-4CCB-9302-239991B6EC2C}.Debug|Win32.ActiveCfg = Debug|Win32 + {3B023516-2C69-4CCB-9302-239991B6EC2C}.Debug|Win32.Build.0 = Debug|Win32 + {3B023516-2C69-4CCB-9302-239991B6EC2C}.Release|Win32.ActiveCfg = Release|Win32 + {3B023516-2C69-4CCB-9302-239991B6EC2C}.Release|Win32.Build.0 = Release|Win32 + {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Debug|Win32.ActiveCfg = Debug|Win32 + {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Debug|Win32.Build.0 = Debug|Win32 + {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Release|Win32.ActiveCfg = Release|Win32 + {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Release|Win32.Build.0 = Release|Win32 + {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Debug|Win32.ActiveCfg = Debug|Win32 + {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Debug|Win32.Build.0 = Debug|Win32 + {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Release|Win32.ActiveCfg = Release|Win32 + {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Release|Win32.Build.0 = Release|Win32 + {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug|Win32.ActiveCfg = Debug|Win32 + {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug|Win32.Build.0 = Debug|Win32 + {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release|Win32.ActiveCfg = Release|Win32 + {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE Deleted: trunk/contrib/win/vs2005/iaxclient_dll.vcproj =================================================================== --- trunk/contrib/win/vs2005/iaxclient_dll.vcproj 2007-05-09 14:00:55 UTC (rev 970) +++ trunk/contrib/win/vs2005/iaxclient_dll.vcproj 2007-05-09 14:45:24 UTC (rev 971) @@ -1,744 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="iaxclient_dll" - ProjectGUID="{334F0D70-5086-4180-8325-2B77FA845C13}" - RootNamespace="iaxclient_dll" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\DebugDLL" - IntermediateDirectory=".\DebugDLL" - ConfigurationType="2" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..,..\..\gsm\inc,..\..\portaudio\include,..\..\portaudio\src\common,..\..\portaudio\pablio,..\..\portmixer\px_common,..\..\libspeex\include,..\..\libiax2\src,..\..\wince" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_WINDLL;_USRDLL;BUILDING_DLL;PA_NO_DS;PA_NO_ASIO;SPEEX_PREPROCESS=1;NEWJB;LIBIAX;SPEEX_EC=1;_CRT_SECURE_NO_DEPRECATE;inline=__inline;strncasecmp=_strnicmp;vsnprintf=_vsnprintf" - MinimalRebuild="false" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - BufferSecurityCheck="true" - RuntimeTypeInfo="false" - PrecompiledHeaderFile="" - AssemblerListingLocation="$(IntDir)\" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="0" - BrowseInformationFile="$(TargetDir)$(TargetName).bsc" - WarningLevel="3" - SuppressStartupBanner="true" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - CallingConvention="2" - CompileAs="1" - DisableSpecificWarnings="4244;4100;4201;4305;4189;4127;4131" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="wsock32.lib winmm.lib Kernel32.lib dsound.lib" - OutputFile="$(OutDir)\iaxclient.dll" - LinkIncremental="1" - ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest" - IgnoreDefaultLibraryNames="" - ModuleDefinitionFile="..\iaxclient_dll.def" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - GenerateMapFile="true" - MapFileName="$(TargetDir)$(TargetName).map" - MapExports="true" - SubSystem="2" - ImportLibrary="$(TargetDir)$(TargetName).lib" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile="$(TargetDir)$(TargetName).bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory=".\ReleaseDLL" - IntermediateDirectory=".\ReleaseDLL" - ConfigurationType="2" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - InlineFunctionExpansion="1" - FavorSizeOrSpeed="2" - OmitFramePointers="true" - AdditionalIncludeDirectories="..\..,..\..\gsm\inc,..\..\portaudio\include,..\..\portaudio\src\common,..\..\portaudio\pablio,..\..\portmixer\px_common,..\..\libspeex\include,..\..\libiax2\src,..\..\wince" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_WINDLL;_USRDLL;BUILDING_DLL;PA_NO_DS;PA_NO_ASIO;SPEEX_PREPROCESS=1;NEWJB;LIBIAX;SPEEX_EC=1;_CRT_SECURE_NO_DEPRECATE;inline=__inline;strncasecmp=_strnicmp;vsnprintf=_vsnprintf" - StringPooling="true" - RuntimeLibrary="2" - RuntimeTypeInfo="false" - PrecompiledHeaderFile="" - AssemblerListingLocation="$(IntDir)\" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="0" - BrowseInformationFile="$(TargetDir)$(TargetName).bsc" - WarningLevel="3" - SuppressStartupBanner="true" - DebugInformationFormat="3" - CallingConvention="2" - CompileAs="1" - DisableSpecificWarnings="4244;4100;4201;4305;4189;4127;4131" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="wsock32.lib winmm.lib Kernel32.lib dsound.lib" - OutputFile="$(OutDir)\iaxclient.dll" - LinkIncremental="1" - ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest" - ModuleDefinitionFile="..\iaxclient_dll.def" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - GenerateMapFile="true" - MapFileName="$(TargetDir)$(TargetName).map" - MapExports="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" - ImportLibrary="$(TargetDir)$(TargetName).lib" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile="$(TargetDir)$(TargetName).bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\audio_encode.c"> - </File> - <File - RelativePath="..\..\audio_file.c"> - </File> - <File - RelativePath="..\..\audio_portaudio.c"> - </File> - <File - RelativePath="..\..\codec_alaw.c"> - </File> - <File - RelativePath="..\..\codec_gsm.c"> - </File> - <File - RelativePath="..\..\codec_speex.c"> - </File> - <File - RelativePath="..\..\codec_ulaw.c"> - </File> - <File - RelativePath="..\..\libiax2\src\iax.c"> - </File> - <File - RelativePath="..\..\libiax2\src\iax2-parser.c"> - </File> - <File - RelativePath="..\iaxclient_dll.c"> - </File> - <File - RelativePath="..\iaxclient_dll.def"> - </File> - <File - RelativePath="..\..\iaxclient_lib.c"> - </File> - <File - RelativePath="..\..\libiax2\src\jitterbuf.c"> - </File> - <File - RelativePath="..\..\libiax2\src\md5.c"> - </File> - <File - RelativePath="..\..\winfuncs.c"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\audio_encode.h"> - </File> - <File - RelativePath="..\..\audio_file.h"> - </File> - <File - RelativePath="..\..\audio_portaudio.h"> - </File> - <File - RelativePath="..\..\codec_alaw.h"> - </File> - <File - RelativePath="..\..\codec_gsm.h"> - </File> - <File - RelativePath="..\..\codec_speex.h"> - </File> - <File - RelativePath="..\..\codec_ulaw.h"> - </File> - <File - RelativePath="..\..\libiax2\src\iax.h"> - </File> - <File - RelativePath="..\..\libiax2\src\iax2-parser.h"> - </File> - <File - RelativePath="..\..\libiax2\src\iax2.h"> - </File> - <File - RelativePath="..\..\iaxclient.h"> - </File> - <File - RelativePath="..\..\iaxclient_lib.h"> - </File> - <File - RelativePath="..\..\libiax2\src\jitterbuf.h"> - </File> - <File - RelativePath="..\..\libiax2\src\md5.h"> - </File> - </Filter> - <Filter - Name="DSP" - Filter="c;h"> - <File - RelativePath="..\..\sox\compand.c"> - </File> - <File - RelativePath="..\..\spandsp\plc.c"> - </File> - <File - RelativePath="..\..\spandsp\plc.h"> - </File> - <File - RelativePath="..\..\sox\resample.c"> - </File> - <File - RelativePath="..\..\sox\soxcompat.c"> - </File> - </Filter> - <Filter - Name="GSM" - Filter="c;h"> - <File - RelativePath="..\..\gsm\src\add.c"> - </File> - <File - RelativePath="..\..\gsm\src\code.c"> - </File> - <File - RelativePath="..\..\gsm\inc\config.h"> - </File> - <File - RelativePath="..\..\gsm\src\debug.c"> - </File> - <File - RelativePath="..\..\gsm\src\decode.c"> - </File> - <File - RelativePath="..\..\gsm\inc\gsm.h"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_create.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_decode.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_destroy.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_encode.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_explode.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_implode.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_option.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_print.c"> - </File> - <File - RelativePath="..\..\gsm\src\k6opt.h"> - </File> - <File - RelativePath="..\..\gsm\src\long_term.c"> - </File> - <File - RelativePath="..\..\gsm\src\lpc.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)\gsm\" - XMLDocumentationFileName="$(IntDir)\gsm\"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)\gsm\" - XMLDocumentationFileName="$(IntDir)\gsm\"/> - </FileConfiguration> - </File> - <File - RelativePath="..\..\gsm\src\preprocess.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)\gsm\" - XMLDocumentationFileName="$(IntDir)\gsm\"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)\gsm\" - XMLDocumentationFileName="$(IntDir)\gsm\"/> - </FileConfiguration> - </File> - <File - RelativePath="..\..\gsm\inc\private.h"> - </File> - <File - RelativePath="..\..\gsm\inc\proto.h"> - </File> - <File - RelativePath="..\..\gsm\src\rpe.c"> - </File> - <File - RelativePath="..\..\gsm\src\short_term.c"> - </File> - <File - RelativePath="..\..\gsm\src\table.c"> - </File> - <File - RelativePath="..\..\gsm\inc\unproto.h"> - </File> - </Filter> - <Filter - Name="PortAudio" - Filter="c;h"> - <File - RelativePath="..\..\portaudio\src\common\pa_allocation.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_allocation.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_converters.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_converters.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_cpuload.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_cpuload.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_dither.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_dither.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_endianness.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_front.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_hostapi.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_process.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_process.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_skeleton.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_stream.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_stream.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_trace.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_trace.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_types.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_util.h"> - </File> - <File - RelativePath="..\..\portaudio\src\hostapi\dsound\pa_win_ds_dynlink.c" - > - </File> - <File - RelativePath="..\..\portaudio\src\hostapi\dsound\pa_win_ds_dynlink.h" - > - </File> - <File - RelativePath="..\..\portaudio\src\os\win\pa_win_hostapis.c"> - </File> - <File - RelativePath="..\..\portaudio\src\os\win\pa_win_util.c"> - </File> - <File - RelativePath="..\..\portaudio\src\hostapi\wmme\pa_win_wmme.c"> - </File> - <File - RelativePath="..\..\portaudio\src\os\win\pa_x86_plain_converters.c"> - </File> - <File - RelativePath="..\..\portaudio\src\os\win\pa_x86_plain_converters.h"> - </File> - <File - RelativePath="..\..\portaudio\pablio\ringbuffer.c"> - </File> - <File - RelativePath="..\..\portaudio\pablio\ringbuffer.h"> - </File> - </Filter> - <Filter - Name="PortMixer" - Filter="cpp;h"> - <File - RelativePath="..\..\portmixer\px_win_wmme\px_win_wmme.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - CompileAs="2"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - CompileAs="2"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="Speex" - Filter="c;h"> - <File - RelativePath="..\..\libspeex\arch.h"> - </File> - <File - RelativePath="..\..\libspeex\bits.c"> - </File> - <File - RelativePath="..\..\libspeex\cb_search.c"> - </File> - <File - RelativePath="..\..\libspeex\cb_search.h"> - </File> - <File - RelativePath="..\..\libspeex\cb_search_sse.h"> - </File> - <File - RelativePath="..\..\libspeex\exc_10_16_table.c"> - </File> - <File - RelativePath="..\..\libspeex\exc_10_32_table.c"> - </File> - <File - RelativePath="..\..\libspeex\exc_20_32_table.c"> - </File> - <File - RelativePath="..\..\libspeex\exc_5_256_table.c"> - </File> - <File - RelativePath="..\..\libspeex\exc_5_64_table.c"> - </File> - <File - RelativePath="..\..\libspeex\exc_8_128_table.c"> - </File> - <File - RelativePath="..\..\libspeex\filters.c"> - </File> - <File - RelativePath="..\..\libspeex\filters.h"> - </File> - <File - RelativePath="..\..\libspeex\filters_sse.h"> - </File> - <File - RelativePath="..\..\libspeex\fixed_debug.h"> - </File> - <File - RelativePath="..\..\libspeex\fixed_generic.h"> - </File> - <File - RelativePath="..\..\libspeex\gain_table.c"> - </File> - <File - RelativePath="..\..\libspeex\gain_table_lbr.c"> - </File> - <File - RelativePath="..\..\libspeex\hexc_10_32_table.c"> - </File> - <File - RelativePath="..\..\libspeex\hexc_table.c"> - </File> - <File - RelativePath="..\..\libspeex\high_lsp_tables.c"> - </File> - <File - RelativePath="..\..\libspeex\jitter.c"> - </File> - <File - RelativePath="..\..\libspeex\lbr_48k_tables.c"> - </File> - <File - RelativePath="..\..\libspeex\lpc.c"> - </File> - <File - RelativePath="..\..\libspeex\lpc.h"> - </File> - <File - RelativePath="..\..\libspeex\lsp.c"> - </File> - <File - RelativePath="..\..\libspeex\lsp.h"> - </File> - <File - RelativePath="..\..\libspeex\lsp_tables_nb.c"> - </File> - <File - RelativePath="..\..\libspeex\ltp.c"> - </File> - <File - RelativePath="..\..\libspeex\ltp.h"> - </File> - <File - RelativePath="..\..\libspeex\ltp_sse.h"> - </File> - <File - RelativePath="..\..\libspeex\math_approx.c"> - </File> - <File - RelativePath="..\..\libspeex\math_approx.h"> - </File> - <File - RelativePath="..\..\libspeex\mdf.c"> - </File> - <File - RelativePath="..\..\libspeex\medfilter.c"> - </File> - <File - RelativePath="..\..\libspeex\medfilter.h"> - </File> - <File - RelativePath="..\..\libspeex\misc.c"> - </File> - <File - RelativePath="..\..\libspeex\misc.h"> - </File> - <File - RelativePath="..\..\libspeex\modes.c"> - </File> - <File - RelativePath="..\..\libspeex\modes.h"> - </File> - <File - RelativePath="..\..\libspeex\nb_celp.c"> - </File> - <File - RelativePath="..\..\libspeex\nb_celp.h"> - </File> - <File - RelativePath="..\..\libspeex\preprocess.c"> - </File> - <File - RelativePath="..\..\libspeex\quant_lsp.c"> - </File> - <File - RelativePath="..\..\libspeex\quant_lsp.h"> - </File> - <File - RelativePath="..\..\libspeex\sb_celp.c"> - </File> - <File - RelativePath="..\..\libspeex\sb_celp.h"> - </File> - <File - RelativePath="..\..\libspeex\smallft.c"> - </File> - <File - RelativePath="..\..\libspeex\smallft.h"> - </File> - <File - RelativePath="..\..\sox\sox.h"> - </File> - <File - RelativePath="..\..\libspeex\speex.c"> - </File> - <File - RelativePath="..\..\libspeex\speex_callbacks.c"> - </File> - <File - RelativePath="..\..\libspeex\speex_header.c"> - </File> - <File - RelativePath="..\..\libspeex\stack_alloc.h"> - </File> - <File - RelativePath="..\..\libspeex\stereo.c"> - </File> - <File - RelativePath="..\..\libspeex\vbr.c"> - </File> - <File - RelativePath="..\..\libspeex\vbr.h"> - </File> - <File - RelativePath="..\..\libspeex\vq.c"> - </File> - <File - RelativePath="..\..\libspeex\vq.h"> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> Deleted: trunk/contrib/win/vs2005/iaxclient_lib.vcproj =================================================================== --- trunk/contrib/win/vs2005/iaxclient_lib.vcproj 2007-05-09 14:00:55 UTC (rev 970) +++ trunk/contrib/win/vs2005/iaxclient_lib.vcproj 2007-05-09 14:45:24 UTC (rev 971) @@ -1,701 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="iaxclient_lib" - ProjectGUID="{4AF56BD0-9FB7-435B-99F2-8582FEAC8137}" - RootNamespace="iaxclient_lib" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\DebugLIB" - IntermediateDirectory=".\DebugLIB" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..,..\..\gsm\inc,..\..\portaudio\include,..\..\portaudio\src\common,..\..\portaudio\pablio,..\..\portmixer\px_common,..\..\libspeex\include,..\..\libiax2\src,..\..\wince" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_LIB;PA_NO_DS;PA_NO_ASIO;SPEEX_PREPROCESS=1;NEWJB;LIBIAX;SPEEX_EC=1;_CRT_SECURE_NO_DEPRECATE;inline=__inline;strncasecmp=_strnicmp;vsnprintf=_vsnprintf" - MinimalRebuild="false" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - BufferSecurityCheck="true" - RuntimeTypeInfo="false" - PrecompiledHeaderFile="" - AssemblerListingLocation="$(IntDir)\" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="0" - BrowseInformationFile="$(TargetDir)$(TargetName).bsc" - WarningLevel="3" - SuppressStartupBanner="true" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - CallingConvention="2" - CompileAs="1" - DisableSpecificWarnings="4244;4100;4201;4305;4189;4127;4131" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(IntDir)\iaxclient1.lib" - SuppressStartupBanner="true" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile="$(IntDir)/iaxclient.bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory=".\ReleaseLIB" - IntermediateDirectory=".\ReleaseLIB" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - InlineFunctionExpansion="1" - FavorSizeOrSpeed="2" - OmitFramePointers="true" - AdditionalIncludeDirectories="..\..,..\..\gsm\inc,..\..\portaudio\include,..\..\portaudio\src\common,..\..\portaudio\pablio,..\..\portmixer\px_common,..\..\libspeex\include,..\..\libiax2\src,..\..\wince" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_LIB;PA_NO_DS;PA_NO_ASIO;SPEEX_PREPROCESS=1;NEWJB;LIBIAX;SPEEX_EC=1;_CRT_SECURE_NO_DEPRECATE;inline=__inline;strncasecmp=_strnicmp;vsnprintf=_vsnprintf" - StringPooling="true" - RuntimeLibrary="2" - RuntimeTypeInfo="false" - PrecompiledHeaderFile="" - AssemblerListingLocation="$(IntDir)\" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="0" - BrowseInformationFile="$(TargetDir)$(TargetName).bsc" - WarningLevel="3" - SuppressStartupBanner="true" - DebugInformationFormat="3" - CallingConvention="2" - CompileAs="1" - DisableSpecificWarnings="4244;4100;4201;4305;4189;4127;4131" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(IntDir)\iaxclient1.lib" - SuppressStartupBanner="true" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile="$(IntDir)/iaxclient.bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\audio_encode.c"> - </File> - <File - RelativePath="..\..\audio_file.c"> - </File> - <File - RelativePath="..\..\audio_portaudio.c"> - </File> - <File - RelativePath="..\..\codec_alaw.c"> - </File> - <File - RelativePath="..\..\codec_gsm.c"> - </File> - <File - RelativePath="..\..\codec_speex.c"> - </File> - <File - RelativePath="..\..\codec_ulaw.c"> - </File> - <File - RelativePath="..\..\libiax2\src\iax.c"> - </File> - <File - RelativePath="..\..\libiax2\src\iax2-parser.c"> - </File> - <File - RelativePath="..\iaxclient_dll.c"> - </File> - <File - RelativePath="..\iaxclient_dll.def"> - </File> - <File - RelativePath="..\..\iaxclient_lib.c"> - </File> - <File - RelativePath="..\..\libiax2\src\jitterbuf.c"> - </File> - <File - RelativePath="..\..\libiax2\src\md5.c"> - </File> - <File - RelativePath="..\..\winfuncs.c"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\audio_encode.h"> - </File> - <File - RelativePath="..\..\audio_file.h"> - </File> - <File - RelativePath="..\..\audio_portaudio.h"> - </File> - <File - RelativePath="..\..\codec_alaw.h"> - </File> - <File - RelativePath="..\..\codec_gsm.h"> - </File> - <File - RelativePath="..\..\codec_speex.h"> - </File> - <File - RelativePath="..\..\codec_ulaw.h"> - </File> - <File - RelativePath="..\..\libiax2\src\iax.h"> - </File> - <File - RelativePath="..\..\libiax2\src\iax2-parser.h"> - </File> - <File - RelativePath="..\..\libiax2\src\iax2.h"> - </File> - <File - RelativePath="..\..\iaxclient.h"> - </File> - <File - RelativePath="..\..\iaxclient_lib.h"> - </File> - <File - RelativePath="..\..\libiax2\src\jitterbuf.h"> - </File> - <File - RelativePath="..\..\libiax2\src\md5.h"> - </File> - </Filter> - <Filter - Name="DSP" - Filter="c;h"> - <File - RelativePath="..\..\sox\compand.c"> - </File> - <File - RelativePath="..\..\spandsp\plc.c"> - </File> - <File - RelativePath="..\..\spandsp\plc.h"> - </File> - <File - RelativePath="..\..\sox\resample.c"> - </File> - <File - RelativePath="..\..\sox\soxcompat.c"> - </File> - </Filter> - <Filter - Name="GSM" - Filter="c;h"> - <File - RelativePath="..\..\gsm\src\add.c"> - </File> - <File - RelativePath="..\..\gsm\src\code.c"> - </File> - <File - RelativePath="..\..\gsm\inc\config.h"> - </File> - <File - RelativePath="..\..\gsm\src\debug.c"> - </File> - <File - RelativePath="..\..\gsm\src\decode.c"> - </File> - <File - RelativePath="..\..\gsm\inc\gsm.h"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_create.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_decode.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_destroy.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_encode.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_explode.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_implode.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_option.c"> - </File> - <File - RelativePath="..\..\gsm\src\gsm_print.c"> - </File> - <File - RelativePath="..\..\gsm\src\k6opt.h"> - </File> - <File - RelativePath="..\..\gsm\src\long_term.c"> - </File> - <File - RelativePath="..\..\gsm\src\lpc.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)\gsm\" - XMLDocumentationFileName="$(IntDir)\gsm\"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)\gsm\" - XMLDocumentationFileName="$(IntDir)\gsm\"/> - </FileConfiguration> - </File> - <File - RelativePath="..\..\gsm\src\preprocess.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)\gsm\" - XMLDocumentationFileName="$(IntDir)\gsm\"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)\gsm\" - XMLDocumentationFileName="$(IntDir)\gsm\"/> - </FileConfiguration> - </File> - <File - RelativePath="..\..\gsm\inc\private.h"> - </File> - <File - RelativePath="..\..\gsm\inc\proto.h"> - </File> - <File - RelativePath="..\..\gsm\src\rpe.c"> - </File> - <File - RelativePath="..\..\gsm\src\short_term.c"> - </File> - <File - RelativePath="..\..\gsm\src\table.c"> - </File> - <File - RelativePath="..\..\gsm\inc\unproto.h"> - </File> - </Filter> - <Filter - Name="PortAudio" - Filter="c;h"> - <File - RelativePath="..\..\portaudio\src\common\pa_allocation.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_allocation.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_converters.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_converters.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_cpuload.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_cpuload.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_dither.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_dither.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_endianness.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_front.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_hostapi.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_process.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_process.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_skeleton.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_stream.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_stream.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_trace.c"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_trace.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_types.h"> - </File> - <File - RelativePath="..\..\portaudio\src\common\pa_util.h"> - </File> - <File - RelativePath="..\..\portaudio\src\hostapi\dsound\pa_win_ds_dynlink.c" - > - </File> - <File - RelativePath="..\..\portaudio\src\hostapi\dsound\pa_win_ds_dynlink.h" - > - </File> - <File - RelativePath="..\..\portaudio\src\os\win\pa_win_hostapis.c"> - </File> - <File - RelativePath="..\..\portaudio\src\os\win\pa_win_util.c"> - </File> - <File - RelativePath="..\..\portaudio\src\hostapi\wmme\pa_win_wmme.c"> - </File> - <File - RelativePath="..\..\portaudio\src\os\win\pa_x86_plain_converters.c"> - </File> - <File - RelativePath="..\..\portaudio\src\os\win\pa_x86_plain_converters.h"> - </File> - <File - RelativePath="..\..\portaudio\pablio\ringbuffer.c"> - </File> - <File - RelativePath="..\..\portaudio\pablio\ringbuffer.h"> - </File> - </Filter> - <Filter - Name="PortMixer" - Filter="cpp;h"> - <File - RelativePath="..\..\portmixer\px_win_wmme\px_win_wmme.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - CompileAs="2"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - CompileAs="2"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="Speex" - Filter="c;h"> - <File - RelativePath="..\..\libspeex\arch.h"> - </File> - <File - RelativePath="..\..\libspeex\bits.c"> - </File> - <File - RelativePath="..\..\libspeex\cb_search.c"> - </File> - <File - RelativePath="..\..\libspeex\cb_search.h"> - </File> - <File - RelativePath="..\..\libspeex\cb_search_sse.h"> - </File> - <File - RelativePath="..\..\libspeex\exc_10_16_table.c"> - </File> - <File - RelativePath="..\..\libspeex\exc_10_32_table.c"> - </File> - <File - RelativePath="..\..\libspeex\exc_20_32_table.c"> - </File> - <File - RelativePath="..\..\libspeex\exc_5_256_table.c"> - </File> - <File - RelativePath="..\..\libspeex\exc_5_64_table.c"> - </File> - <File - RelativePath="..\..\libspeex\exc_8_128_table.c"> - </File> - <File - RelativePath="..\..\libspeex\filters.c"> - </File> - <File - RelativePath="..\..\libspeex\filters.h"> - </File> - <File - RelativePath="..\..\libspeex\filters_sse.h"> - </File> - <File - RelativePath="..\..\libspeex\fixed_debug.h"> - </File> - <File - RelativePath="..\..\libspeex\fixed_generic.h"> - </File> - <File - RelativePath="..\..\libspeex\gain_table.c"> - </File> - <File - RelativePath="..\..\libspeex\gain_table_lbr.c"> - </File> - <File - RelativePath="..\..\libspeex\hexc_10_32_table.c"> - </File> - <File - RelativePath="..\..\libspeex\hexc_table.c"> - </File> - <File - RelativePath="..\..\libspeex\high_lsp_tables.c"> - </File> - <File - RelativePath="..\..\libspeex\jitter.c"> - </File> - <File - RelativePath="..\..\libspeex\lbr_48k_tables.c"> - </File> - <File - RelativePath="..\..\libspeex\lpc.c"> - </File> - <File - RelativePath="..\..\libspeex\lpc.h"> - </File> - <File - RelativePath="..\..\libspeex\lsp.c"> - </File> - <File - RelativePath="..\..\libspeex\lsp.h"> - </File> - <File - RelativePath="..\..\libspeex\lsp_tables_nb.c"> - </File> - <File - RelativePath="..\..\libspeex\ltp.c"> - </File> - <File - RelativePath="..\..\libspeex\ltp.h"> - </File> - <File - RelativePath="..\..\libspeex\ltp_sse.h"> - </File> - <File - RelativePath="..\..\libspeex\math_approx.c"> - </File> - <File - RelativePath="..\..\libspeex\math_approx.h"> - </File> - <File - RelativePath="..\..\libspeex\mdf.c"> - </File> - <File - RelativePath="..\..\libspeex\medfilter.c"> - </File> - <File - RelativePath="..\..\libspeex\medfilter.h"> - </File> - <File - RelativePath="..\..\libspeex\misc.c"> - </File> - <File - RelativePath="..\..\libspeex\misc.h"> - </File> - <File - RelativePath="..\..\libspeex\modes.c"> - </File> - <File - RelativePath="..\..\libspeex\modes.h"> - </File> - <File - RelativePath="..\..\libspeex\nb_celp.c"> - </File> - <File - RelativePath="..\..\libspeex\nb_celp.h"> - </File> - <File - RelativePath="..\..\libspeex\preprocess.c"> - </File> - <File - RelativePath="..\..\libspeex\quant_lsp.c"> - </File> - <File - RelativePath="..\..\libspeex\quant_lsp.h"> - </File> - <File - RelativePath="..\..\libspeex\sb_celp.c"> - </File> - <File - RelativePath="..\..\libspeex\sb_celp.h"> - </File> - <File - RelativePath="..\..\libspeex\smallft.c"> - </File> - <File - RelativePath="..\..\libspeex\smallft.h"> - </File> - <File - RelativePath="..\..\sox\sox.h"> - </File> - <File - RelativePath="..\..\libspeex\speex.c"> - </File> - <File - RelativePath="..\..\libspeex\speex_callbacks.c"> - </File> - <File - RelativePath="..\..\libspeex\speex_header.c"> - </File> - <File - RelativePath="..\..\libspeex\stack_alloc.h"> - </File> - <File - RelativePath="..\..\libspeex\stereo.c"> - </File> - <File - RelativePath="..\..\libspeex\vbr.c"> - </File> - <File - RelativePath="..\..\libspeex\vbr.h"> - </File> - <File - RelativePath="..\..\libspeex\vq.c"> - </File> - <File - RelativePath="..\..\libspeex\vq.h"> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> Added: trunk/contrib/win/vs2005/libgsm.vcproj =================================================================== --- trunk/contrib/win/vs2005/libgsm.vcproj (rev 0) +++ trunk/contrib/win/vs2005/libgsm.vcproj 2007-05-09 14:45:24 UTC (rev 971) @@ -0,0 +1,259 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libgsm" + ProjectGUID="{82C9BD79-9796-405F-8A28-3F538514AC3A}" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\lib\gsm\inc" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + CompileAs="1" + DisableSpecificWarnings="4244" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + WholeProgramOptimization="true" + AdditionalIncludeDirectories="..\..\..\lib\gsm\inc" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + RuntimeLibrary="2" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + CompileAs="1" + DisableSpecificWarnings="4244" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\..\..\lib\gsm\src\add.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\code.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\debug.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\decode.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\gsm_create.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\gsm_decode.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\gsm_destroy.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\gsm_encode.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\gsm_explode.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\gsm_implode.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\gsm_option.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\gsm_print.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\long_term.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\lpc.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\preprocess.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\rpe.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\short_term.c" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\src\table.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\..\lib\gsm\inc\config.h" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\inc\gsm.h" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\inc\private.h" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\inc\proto.h" + > + </File> + <File + RelativePath="..\..\..\lib\gsm\inc\unproto.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Added: trunk/contrib/win/vs2005/libiax2.vcproj =================================================================== --- trunk/contrib/win/vs2005/libiax2.vcproj (rev 0) +++ trunk/contrib/win/vs2005/libiax2.vcproj 2007-05-09 14:45:24 UTC (rev 971) @@ -0,0 +1,239 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libiax2" + ProjectGUID="{5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LIBIAX;_CRT_SECURE_NO_DEPRECATE;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + RuntimeLibrary="3" + BufferSecurityCheck="false" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="1" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + WholeProgramOptimization="true" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LIBIAX;_CRT_SECURE_NO_DEPRECATE;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + RuntimeLibrary="2" + BufferSecurityCheck="false" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\..\..\lib\libiax2\src\iax.c" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\iax2-parser.c" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\jitterbuf.c" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\md5.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\..\lib\libiax2\src\answer.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\busy.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\dialtone.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\frame.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\iax-client.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\iax.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\iax2-parser.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\iax2.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\jitterbuf.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\md5.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\miniphone.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\options.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\ring10.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\ringtone.h" + > + </File> + <File + RelativePath="..\..\..\lib\libiax2\src\winpoop.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Copied: trunk/contrib/win/vs2005/libiaxclient.vcproj (from rev 970, trunk/contrib/win/vs2005/iaxclient_lib.vcproj) =================================================================== --- trunk/contrib/win/vs2005/libiaxclient.vcproj (rev 0) +++ trunk/contrib/win/vs2005/libiaxclient.vcproj 2007-05-09 14:45:24 UTC (rev 971) @@ -0,0 +1,269 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libiaxclient" + ProjectGUID="{9A9C003E-EAF6-4D0E-896F-E3994503C7E4}" + RootNamespace="libiaxclient" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\lib\portaudio\include;..\..\..\lib\portaudio\pablio;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\..\libogg\include;..\..\..\..\libtheora\include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;BUILDING_DLL;LIBIAX;SPEEX_PREPROCESS=1;SPEEX_EC=1;NEWJB;_CRT_SECURE_NO_DEPRECATE;strncasecmp=strnicmp;__inline__=_inline;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\lib\portaudio\include;..\..\..\lib\portaudio\pablio;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\..\libogg\include;..\..\..\..\libtheora\include" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;BUILDING_DLL;LIBIAX;SPEEX_PREPROCESS=1;NEWJB;_CRT_SECURE_NO_DEPRECATE;strncasecmp=strnicmp;__inline__=_inline;SPEEX_EC=1;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + RuntimeLibrary="2" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\..\..\lib\audio_encode.c" + > + </File> + <File + RelativePath="..\..\..\lib\audio_portaudio.c" + > + </File> + <File + RelativePath="..\..\..\lib\codec_alaw.c" + > + </File> + <File + RelativePath="..\..\..\lib\codec_gsm.c" + > + </File> + <File + RelativePath="..\..\..\lib\codec_speex.c" + > + </File> + <File + RelativePath="..\..\..\lib\codec_theora.c" + > + </File> + <File + RelativePath="..\..\..\lib\codec_ulaw.c" + > + </File> + <File + RelativePath="..\..\..\lib\iaxclient_lib.c" + > + </File> + <File + RelativePath="..\..\..\lib\spandsp\plc.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\lib\video.c" + > + </File> + <File + RelativePath="..\..\..\lib\winfuncs.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\..\lib\audio_alsa.h" + > + </File> + <File + RelativePath="..\..\..\lib\audio_portaudio.h" + > + </File> + <File + RelativePath="..\..\..\lib\codec_alaw.h" + > + </File> + <File + RelativePath="..\..\..\lib\codec_ffmpeg.h" + > + </File> + <File + RelativePath="..\..\..\lib\codec_gsm.h" + > + </File> + <File + RelativePath="..\..\..\lib\codec_ilbc.h" + > + </File> + <File + RelativePath="..\..\..\lib\codec_speex.h" + > + </File> + <File + RelativePath="..\..\..\lib\codec_theora.h" + > + </File> + <File + RelativePath="..\..\..\lib\codec_ulaw.h" + > + </File> + <File + RelativePath="..\..\..\lib\iaxclient.h" + > + </File> + <File + RelativePath="..\..\..\lib\iaxclient_lib.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Added: trunk/contrib/win/vs2005/libportaudio.vcproj =================================================================== --- trunk/contrib/win/vs2005/libportaudio.vcproj (rev 0) +++ trunk/contrib/win/vs2005/libportaudio.vcproj 2007-05-09 14:45:24 UTC (rev 971) @@ -0,0 +1,283 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libportaudio" + ProjectGUID="{3B023516-2C69-4CCB-9302-239991B6EC2C}" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompiler... [truncated message content] |
From: <jpg...@us...> - 2007-07-31 00:48:38
|
Revision: 1079 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1079&view=rev Author: jpgrayson Date: 2007-07-30 17:48:36 -0700 (Mon, 30 Jul 2007) Log Message: ----------- Update sample vs2005 project files to reflect recent changes in iaxclient. Modified Paths: -------------- trunk/contrib/win/vs2005/libiaxclient.vcproj trunk/contrib/win/vs2005/libportaudio.vcproj trunk/contrib/win/vs2005/libportmixer.vcproj trunk/contrib/win/vs2005/libvideolib.vcproj Modified: trunk/contrib/win/vs2005/libiaxclient.vcproj =================================================================== --- trunk/contrib/win/vs2005/libiaxclient.vcproj 2007-07-30 19:59:50 UTC (rev 1078) +++ trunk/contrib/win/vs2005/libiaxclient.vcproj 2007-07-31 00:48:36 UTC (rev 1079) @@ -39,8 +39,8 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\lib\portaudio\include;..\..\..\lib\portaudio\pablio;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\..\libogg\include;..\..\..\..\libtheora\include" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;BUILDING_DLL;LIBIAX;SPEEX_PREPROCESS=1;SPEEX_EC=1;NEWJB;_CRT_SECURE_NO_DEPRECATE;strncasecmp=strnicmp;__inline__=_inline;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\..\portaudio\include;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\..\libogg\include;..\..\..\..\libtheora\include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;BUILDING_DLL;LIBIAX;SPEEX_EC=1;_CRT_SECURE_NO_DEPRECATE;strncasecmp=strnicmp;__inline__=_inline;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" BasicRuntimeChecks="3" RuntimeLibrary="3" WarningLevel="3" @@ -101,8 +101,8 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\lib\portaudio\include;..\..\..\lib\portaudio\pablio;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\..\libogg\include;..\..\..\..\libtheora\include" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;BUILDING_DLL;LIBIAX;SPEEX_PREPROCESS=1;NEWJB;_CRT_SECURE_NO_DEPRECATE;strncasecmp=strnicmp;__inline__=_inline;SPEEX_EC=1;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\..\portaudio\include;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\..\libogg\include;..\..\..\..\libtheora\include" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;BUILDING_DLL;LIBIAX;SPEEX_EC=1;_CRT_SECURE_NO_DEPRECATE;strncasecmp=strnicmp;__inline__=_inline;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" RuntimeLibrary="2" WarningLevel="3" Detect64BitPortabilityProblems="true" @@ -179,6 +179,10 @@ > </File> <File + RelativePath="..\..\..\lib\ringbuffer.c" + > + </File> + <File RelativePath="..\..\..\lib\spandsp\plc.c" > <FileConfiguration @@ -256,6 +260,14 @@ RelativePath="..\..\..\lib\iaxclient_lib.h" > </File> + <File + RelativePath="..\..\..\lib\ringbuffer.h" + > + </File> + <File + RelativePath="..\..\..\lib\video.h" + > + </File> </Filter> <Filter Name="Resource Files" Modified: trunk/contrib/win/vs2005/libportaudio.vcproj =================================================================== --- trunk/contrib/win/vs2005/libportaudio.vcproj 2007-07-30 19:59:50 UTC (rev 1078) +++ trunk/contrib/win/vs2005/libportaudio.vcproj 2007-07-31 00:48:36 UTC (rev 1079) @@ -38,7 +38,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="..\..\..\lib\portaudio\include;..\..\..\lib\portaudio\src\common" + AdditionalIncludeDirectories="..\..\..\..\portaudio\include;..\..\..\..\portaudio\src\common" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -100,7 +100,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\..\lib\portaudio\include;..\..\..\lib\portaudio\src\common" + AdditionalIncludeDirectories="..\..\..\..\portaudio\include;..\..\..\..\portaudio\src\common" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" RuntimeLibrary="2" WarningLevel="3" @@ -145,59 +145,59 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_allocation.c" + RelativePath="..\..\..\..\portaudio\src\common\pa_allocation.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_converters.c" + RelativePath="..\..\..\..\portaudio\src\common\pa_converters.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_cpuload.c" + RelativePath="..\..\..\..\portaudio\src\common\pa_cpuload.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_dither.c" + RelativePath="..\..\..\..\portaudio\src\common\pa_dither.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_front.c" + RelativePath="..\..\..\..\portaudio\src\common\pa_front.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_process.c" + RelativePath="..\..\..\..\portaudio\src\common\pa_process.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_skeleton.c" + RelativePath="..\..\..\..\portaudio\src\common\pa_ringbuffer.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_stream.c" + RelativePath="..\..\..\..\portaudio\src\common\pa_skeleton.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_trace.c" + RelativePath="..\..\..\..\portaudio\src\common\pa_stream.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\os\win\pa_win_hostapis.c" + RelativePath="..\..\..\..\portaudio\src\common\pa_trace.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\os\win\pa_win_util.c" + RelativePath="..\..\..\..\portaudio\src\os\win\pa_win_hostapis.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\hostapi\wmme\pa_win_wmme.c" + RelativePath="..\..\..\..\portaudio\src\os\win\pa_win_util.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\os\win\pa_x86_plain_converters.c" + RelativePath="..\..\..\..\portaudio\src\hostapi\wmme\pa_win_wmme.c" > </File> <File - RelativePath="..\..\..\lib\portaudio\pablio\ringbuffer.c" + RelativePath="..\..\..\..\portaudio\src\os\win\pa_x86_plain_converters.c" > </File> </Filter> @@ -207,69 +207,73 @@ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_allocation.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_allocation.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\include\pa_asio.h" + RelativePath="..\..\..\..\portaudio\include\pa_asio.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_converters.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_converters.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_cpuload.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_cpuload.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_dither.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_dither.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_endianness.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_endianness.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_hostapi.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_hostapi.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\include\pa_linux_alsa.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_ringbuffer.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\include\pa_mac_core.h" + RelativePath="..\..\..\..\portaudio\include\pa_linux_alsa.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_process.h" + RelativePath="..\..\..\..\portaudio\include\pa_mac_core.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_stream.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_process.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_trace.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_stream.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_types.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_trace.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\src\common\pa_util.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_types.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\include\pa_win_wmme.h" + RelativePath="..\..\..\..\portaudio\src\common\pa_util.h" > </File> <File - RelativePath="..\..\..\lib\portaudio\include\portaudio.h" + RelativePath="..\..\..\..\portaudio\include\pa_win_wmme.h" > </File> + <File + RelativePath="..\..\..\..\portaudio\include\portaudio.h" + > + </File> </Filter> <Filter Name="Resource Files" Modified: trunk/contrib/win/vs2005/libportmixer.vcproj =================================================================== --- trunk/contrib/win/vs2005/libportmixer.vcproj 2007-07-30 19:59:50 UTC (rev 1078) +++ trunk/contrib/win/vs2005/libportmixer.vcproj 2007-07-31 00:48:36 UTC (rev 1079) @@ -39,7 +39,7 @@ <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\..\lib\portmixer\px_common;..\..\..\lib\portaudio\include;..\..\..\lib\portaudio\src\common" + AdditionalIncludeDirectories="..\..\..\lib\portmixer\px_common;..\..\..\..\portaudio\include;..\..\..\..\portaudio\src\common" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;strncasecmp=strnicmp;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" StringPooling="true" RuntimeLibrary="2" @@ -100,7 +100,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="..\..\..\lib\portmixer\px_common;..\..\..\lib\portaudio\include;..\..\..\lib\portaudio\src\common" + AdditionalIncludeDirectories="..\..\..\lib\portmixer\px_common;..\..\..\..\portaudio\include;..\..\..\..\portaudio\src\common" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;strncasecmp=strnicmp;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" BasicRuntimeChecks="3" RuntimeLibrary="3" Modified: trunk/contrib/win/vs2005/libvideolib.vcproj =================================================================== --- trunk/contrib/win/vs2005/libvideolib.vcproj 2007-07-30 19:59:50 UTC (rev 1078) +++ trunk/contrib/win/vs2005/libvideolib.vcproj 2007-07-31 00:48:36 UTC (rev 1079) @@ -38,7 +38,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="..\..\..\lib\videoLib\win32\BaseClasses;..\..\..\lib\videoLib;..\..\..\lib;"$(DXSDK_DIR)\Include";"$(PSDK_DIR)\Include"" + AdditionalIncludeDirectories="..\..\..\lib\videoLib;..\..\..\lib;"$(PSDK_DIR)\Include";"$(PSDK_DIR)\Samples\Multimedia\DirectShow\BaseClasses";"$(DXSDK_DIR)\Include"" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -100,7 +100,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\..\lib\videoLib\win32\BaseClasses;..\..\..\lib\videoLib;..\..\..\lib;"$(DXSDK_DIR)\Include";"$(PSDK_DIR)\Include"" + AdditionalIncludeDirectories="..\..\..\lib\videoLib;..\..\..\lib;"$(PSDK_DIR)\Include";"$(PSDK_DIR)\Samples\Multimedia\DirectShow\BaseClasses";"$(DXSDK_DIR)\Include"" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" RuntimeLibrary="2" WarningLevel="3" @@ -145,267 +145,19 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\amextra.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\amfilter.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\amvideo.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\combase.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\cprop.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\ctlutil.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\ddmm.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\dllentry.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\dllsetup.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\mtype.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\outputq.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\pstream.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\pullpin.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\refclock.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\renbase.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\schedule.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\seekpt.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\source.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\strmctl.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\sysclock.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\transfrm.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\transip.cpp" - > - </File> - <File RelativePath="..\..\..\lib\videoLib\video_grab.c" > </File> <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\videoctl.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\vtrans.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\winctrl.cpp" - > - </File> - <File RelativePath="..\..\..\lib\videoLib\win32\wingrab.cpp" > </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\winutil.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\wxdebug.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\wxlist.cpp" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\wxutil.cpp" - > - </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\amextra.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\amfilter.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\cache.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\combase.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\cprop.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\ctlutil.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\ddmm.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\dllsetup.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\dsschedule.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\fourcc.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\measure.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\msgthrd.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\mtype.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\outputq.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\pstream.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\pullpin.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\refclock.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\reftime.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\renbase.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\seekpt.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\source.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\streams.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\strmctl.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\sysclock.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\transfrm.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\transip.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\videoctl.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\vtrans.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\winctrl.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\winutil.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\wxdebug.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\wxlist.h" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\BaseClasses\wxutil.h" - > - </File> </Filter> <Filter Name="Resource Files" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jpg...@us...> - 2007-08-15 18:17:46
|
Revision: 1085 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1085&view=rev Author: jpgrayson Date: 2007-08-15 11:17:38 -0700 (Wed, 15 Aug 2007) Log Message: ----------- Fix libportaudio.vcproj to help build pa_ringbuffer.c Fix libiaxclient.vcproj to have the correct include path for portmixer.h. Modified Paths: -------------- trunk/contrib/win/vs2005/libiaxclient.vcproj trunk/contrib/win/vs2005/libportaudio.vcproj Modified: trunk/contrib/win/vs2005/libiaxclient.vcproj =================================================================== --- trunk/contrib/win/vs2005/libiaxclient.vcproj 2007-08-15 17:36:35 UTC (rev 1084) +++ trunk/contrib/win/vs2005/libiaxclient.vcproj 2007-08-15 18:17:38 UTC (rev 1085) @@ -39,7 +39,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\..\portaudio\include;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\..\libogg\include;..\..\..\..\libtheora\include" + AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\..\portaudio\include;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\..\libogg\include;..\..\..\..\libtheora\include;..\..\..\lib\portmixer\px_common" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;BUILDING_DLL;LIBIAX;SPEEX_EC=1;_CRT_SECURE_NO_DEPRECATE;strncasecmp=strnicmp;__inline__=_inline;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -101,7 +101,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\..\portaudio\include;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\..\libogg\include;..\..\..\..\libtheora\include" + AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\..\portaudio\include;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\..\libogg\include;..\..\..\..\libtheora\include;..\..\..\lib\portmixer\px_common" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;BUILDING_DLL;LIBIAX;SPEEX_EC=1;_CRT_SECURE_NO_DEPRECATE;strncasecmp=strnicmp;__inline__=_inline;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" RuntimeLibrary="2" WarningLevel="3" @@ -179,10 +179,6 @@ > </File> <File - RelativePath="..\..\..\lib\ringbuffer.c" - > - </File> - <File RelativePath="..\..\..\lib\spandsp\plc.c" > <FileConfiguration @@ -203,6 +199,10 @@ </FileConfiguration> </File> <File + RelativePath="..\..\..\lib\ringbuffer.c" + > + </File> + <File RelativePath="..\..\..\lib\video.c" > </File> Modified: trunk/contrib/win/vs2005/libportaudio.vcproj =================================================================== --- trunk/contrib/win/vs2005/libportaudio.vcproj 2007-08-15 17:36:35 UTC (rev 1084) +++ trunk/contrib/win/vs2005/libportaudio.vcproj 2007-08-15 18:17:38 UTC (rev 1085) @@ -39,7 +39,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\..\portaudio\include;..\..\..\..\portaudio\src\common" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500;ALLOW_SMP_DANGERS=1" BasicRuntimeChecks="3" RuntimeLibrary="3" WarningLevel="3" @@ -101,7 +101,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\..\..\..\portaudio\include;..\..\..\..\portaudio\src\common" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;PA_NO_DS;PA_NO_ASIO;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500;ALLOW_SMP_DANGERS=1" RuntimeLibrary="2" WarningLevel="3" Detect64BitPortabilityProblems="true" @@ -235,10 +235,6 @@ > </File> <File - RelativePath="..\..\..\..\portaudio\src\common\pa_ringbuffer.h" - > - </File> - <File RelativePath="..\..\..\..\portaudio\include\pa_linux_alsa.h" > </File> @@ -251,6 +247,10 @@ > </File> <File + RelativePath="..\..\..\..\portaudio\src\common\pa_ringbuffer.h" + > + </File> + <File RelativePath="..\..\..\..\portaudio\src\common\pa_stream.h" > </File> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jpg...@us...> - 2007-08-15 20:13:44
|
Revision: 1086 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1086&view=rev Author: jpgrayson Date: 2007-08-15 13:13:27 -0700 (Wed, 15 Aug 2007) Log Message: ----------- Add vcproj files for the rest of iaxclient's dependencies: libogg, libspeex, and libthreora. These are known to work with the following versions of those libraries: libogg.vcproj --> libogg-1.1.3 libspeex.vcproj --> speex-1.2beta1 libtheora.vcproj --> libtheora-1.0alpha7 Modified Paths: -------------- trunk/contrib/win/vs2005/iaxclient.sln Added Paths: ----------- trunk/contrib/win/vs2005/libogg.vcproj trunk/contrib/win/vs2005/libspeex.vcproj trunk/contrib/win/vs2005/libtheora.vcproj Modified: trunk/contrib/win/vs2005/iaxclient.sln =================================================================== --- trunk/contrib/win/vs2005/iaxclient.sln 2007-08-15 18:17:38 UTC (rev 1085) +++ trunk/contrib/win/vs2005/iaxclient.sln 2007-08-15 20:13:27 UTC (rev 1086) @@ -20,6 +20,12 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgsm", "libgsm.vcproj", "{82C9BD79-9796-405F-8A28-3F538514AC3A}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg.vcproj", "{2F463562-375D-481E-A6E0-7C7D0DC1ED7A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libspeex", "libspeex.vcproj", "{E972C52F-9E85-4D65-B19C-031E511E9DB4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtheora", "libtheora.vcproj", "{E2C6AD95-7A61-41FE-8754-A4623C891BF8}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -50,6 +56,18 @@ {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug|Win32.Build.0 = Debug|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release|Win32.ActiveCfg = Release|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release|Win32.Build.0 = Release|Win32 + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Debug|Win32.ActiveCfg = Debug|Win32 + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Debug|Win32.Build.0 = Debug|Win32 + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Release|Win32.ActiveCfg = Release|Win32 + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Release|Win32.Build.0 = Release|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug|Win32.ActiveCfg = Debug|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug|Win32.Build.0 = Debug|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release|Win32.ActiveCfg = Release|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release|Win32.Build.0 = Release|Win32 + {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Debug|Win32.ActiveCfg = Debug|Win32 + {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Debug|Win32.Build.0 = Debug|Win32 + {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Release|Win32.ActiveCfg = Release|Win32 + {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE Added: trunk/contrib/win/vs2005/libogg.vcproj =================================================================== --- trunk/contrib/win/vs2005/libogg.vcproj (rev 0) +++ trunk/contrib/win/vs2005/libogg.vcproj 2007-08-15 20:13:27 UTC (rev 1086) @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libogg" + ProjectGUID="{2F463562-375D-481E-A6E0-7C7D0DC1ED7A}" + RootNamespace="libogg" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\..\libogg\include" + PreprocessorDefinitions="NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + WarningLevel="4" + Detect64BitPortabilityProblems="true" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\..\..\libogg\include" + PreprocessorDefinitions="NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + StringPooling="true" + RuntimeLibrary="2" + WarningLevel="4" + Detect64BitPortabilityProblems="true" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\..\..\..\libogg\src\bitwise.c" + > + </File> + <File + RelativePath="..\..\..\..\libogg\src\framing.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\..\..\libogg\include\ogg\ogg.h" + > + </File> + <File + RelativePath="..\..\..\..\libogg\include\ogg\os_types.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Added: trunk/contrib/win/vs2005/libspeex.vcproj =================================================================== --- trunk/contrib/win/vs2005/libspeex.vcproj (rev 0) +++ trunk/contrib/win/vs2005/libspeex.vcproj 2007-08-15 20:13:27 UTC (rev 1086) @@ -0,0 +1,452 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libspeex" + ProjectGUID="{E972C52F-9E85-4D65-B19C-031E511E9DB4}" + RootNamespace="libspeex" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\..\speex\include\;..\..\..\..\speex\win32\" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + BufferSecurityCheck="false" + WarningLevel="4" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="3" + InlineFunctionExpansion="2" + EnableIntrinsicFunctions="true" + FavorSizeOrSpeed="1" + AdditionalIncludeDirectories="..\..\..\..\speex\include\;..\..\..\..\speex\win32\" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + StringPooling="true" + RuntimeLibrary="2" + BufferSecurityCheck="false" + WarningLevel="4" + Detect64BitPortabilityProblems="true" + CompileAs="1" + DisableSpecificWarnings="4244;4305;4311;4100;4127" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\..\..\..\speex\libspeex\bits.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\cb_search.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_10_16_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_10_32_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_20_32_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_5_256_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_5_64_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_8_128_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\fftwrap.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\filters.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\gain_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\gain_table_lbr.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\hexc_10_32_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\hexc_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\high_lsp_tables.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\jitter.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\kiss_fft.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\kiss_fftr.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\win32\VS2003\libspeex\libspeex.def" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\lpc.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\lsp.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\lsp_tables_nb.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\ltp.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\math_approx.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\mdf.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\misc.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\modes.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\nb_celp.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\preprocess.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\quant_lsp.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\sb_celp.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\smallft.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\speex.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\speex_callbacks.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\speex_header.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\stereo.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\vbr.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\vq.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\window.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\..\..\speex\libspeex\cb_search.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\win32\config.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\fftwrap.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\filters.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\filters_sse.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\kiss_fft.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\kiss_fftr.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\lpc.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\lsp.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\ltp.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\ltp_sse.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\math_approx.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\misc.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\modes.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\nb_celp.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\pseudofloat.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\quant_lsp.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\sb_celp.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_bits.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_callbacks.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_echo.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_header.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_jitter.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_noglobals.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_preprocess.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_stereo.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_types.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\stack_alloc.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\vbr.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\vq.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Added: trunk/contrib/win/vs2005/libtheora.vcproj =================================================================== --- trunk/contrib/win/vs2005/libtheora.vcproj (rev 0) +++ trunk/contrib/win/vs2005/libtheora.vcproj 2007-08-15 20:13:27 UTC (rev 1086) @@ -0,0 +1,282 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libtheora" + ProjectGUID="{E2C6AD95-7A61-41FE-8754-A4623C891BF8}" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\..\libtheora\include\;..\..\..\..\libogg\include\" + PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + WarningLevel="3" + DebugInformationFormat="4" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\..\..\libtheora\include;..\..\..\..\libogg\include" + PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + StringPooling="true" + RuntimeLibrary="2" + EnableFunctionLevelLinking="true" + WarningLevel="3" + CompileAs="1" + DisableSpecificWarnings="4244" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath="..\..\..\..\libtheora\lib\blockmap.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\comment.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\cpu.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dct_decode.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dct_encode.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\decode.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dsp.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\encode.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\encoder_toplevel.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\frarray.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\frinit.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\huffman.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\idct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\mcomp.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\misc_common.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\pb.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\pp.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\quant.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\reconstruct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\scan.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\toplevel.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + <File + RelativePath="..\..\..\..\libtheora\lib\block_inline.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\encoder_internal.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\encoder_lookup.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\huffman.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\hufftables.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\mcomp.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\pp.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\quant_lookup.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\toplevel_lookup.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jpg...@us...> - 2007-11-15 20:36:17
|
Revision: 1276 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1276&view=rev Author: jpgrayson Date: 2007-11-15 12:36:20 -0800 (Thu, 15 Nov 2007) Log Message: ----------- Remove old libvideolib.vcproj file. Add missing entries for files in libvidcap.vcproj. Modified Paths: -------------- trunk/contrib/win/vs2005/libvidcap.vcproj Removed Paths: ------------- trunk/contrib/win/vs2005/libvideolib.vcproj Modified: trunk/contrib/win/vs2005/libvidcap.vcproj =================================================================== --- trunk/contrib/win/vs2005/libvidcap.vcproj 2007-11-08 14:54:07 UTC (rev 1275) +++ trunk/contrib/win/vs2005/libvidcap.vcproj 2007-11-15 20:36:20 UTC (rev 1276) @@ -187,6 +187,26 @@ </FileConfiguration> </File> <File + RelativePath="..\..\..\..\libvidcap\src\directshow\DirectShowObject.cpp" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> + </File> + <File RelativePath="..\..\..\..\libvidcap\src\directshow\DirectShowSource.cpp" > <FileConfiguration @@ -283,6 +303,26 @@ > </File> <File + RelativePath="..\..\..\..\libvidcap\src\directshow\SourceStateMachine.cpp" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> + </File> + <File RelativePath="..\..\..\..\libvidcap\src\vidcap.c" > </File> @@ -305,6 +345,10 @@ > </File> <File + RelativePath="..\..\..\..\libvidcap\src\directshow\DirectShowObject.h" + > + </File> + <File RelativePath="..\..\..\..\libvidcap\src\directshow\DirectShowSource.h" > </File> @@ -321,18 +365,10 @@ > </File> <File - RelativePath="..\..\..\..\libvidcap\src\directshow\LocklessQueue.h" - > - </File> - <File RelativePath="..\..\..\..\libvidcap\src\logging.h" > </File> <File - RelativePath="..\..\..\..\libvidcap\src\logging.h" - > - </File> - <File RelativePath="..\..\..\..\libvidcap\src\sapi.h" > </File> @@ -345,6 +381,10 @@ > </File> <File + RelativePath="..\..\..\..\libvidcap\src\directshow\SourceStateMachine.h" + > + </File> + <File RelativePath="..\..\..\..\libvidcap\include\vidcap\vidcap.h" > </File> Deleted: trunk/contrib/win/vs2005/libvideolib.vcproj =================================================================== --- trunk/contrib/win/vs2005/libvideolib.vcproj 2007-11-08 14:54:07 UTC (rev 1275) +++ trunk/contrib/win/vs2005/libvideolib.vcproj 2007-11-15 20:36:20 UTC (rev 1276) @@ -1,171 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="libvideolib" - ProjectGUID="{BE15A94D-3766-4693-ABA8-5FBAACBBCC08}" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" - IntermediateDirectory="$(OutDir)" - ConfigurationType="4" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\..\lib\videoLib;..\..\..\lib;"$(PSDK_DIR)\Include";"$(PSDK_DIR)\Samples\Multimedia\DirectShow\BaseClasses";"$(DXSDK_DIR)\Include"" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="4" - DisableSpecificWarnings="4312" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" - IntermediateDirectory="$(OutDir)" - ConfigurationType="4" - CharacterSet="2" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\..\lib\videoLib;..\..\..\lib;"$(PSDK_DIR)\Include";"$(PSDK_DIR)\Samples\Multimedia\DirectShow\BaseClasses";"$(DXSDK_DIR)\Include"" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" - RuntimeLibrary="2" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DisableSpecificWarnings="4312" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath="..\..\..\lib\videoLib\video_grab.c" - > - </File> - <File - RelativePath="..\..\..\lib\videoLib\win32\wingrab.cpp" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sb...@us...> - 2008-02-25 17:26:03
|
Revision: 1347 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1347&view=rev Author: sbalea Date: 2008-02-25 09:26:04 -0800 (Mon, 25 Feb 2008) Log Message: ----------- Adapt the visual studioubprojects to work with speex-1.2beta3 and libtheora-1.0beta2. Note that Theora does not make use of Assembly code on Windows Modified Paths: -------------- trunk/contrib/win/vs2005/libspeex.vcproj trunk/contrib/win/vs2005/libtheora.vcproj Modified: trunk/contrib/win/vs2005/libspeex.vcproj =================================================================== --- trunk/contrib/win/vs2005/libspeex.vcproj 2008-02-07 16:52:48 UTC (rev 1346) +++ trunk/contrib/win/vs2005/libspeex.vcproj 2008-02-25 17:26:04 UTC (rev 1347) @@ -190,6 +190,10 @@ > </File> <File + RelativePath="..\..\..\..\speex\libspeex\filterbank.c" + > + </File> + <File RelativePath="..\..\..\..\speex\libspeex\filters.c" > </File> @@ -246,19 +250,15 @@ > </File> <File - RelativePath="..\..\..\..\speex\libspeex\math_approx.c" - > - </File> - <File RelativePath="..\..\..\..\speex\libspeex\mdf.c" > </File> <File - RelativePath="..\..\..\..\speex\libspeex\misc.c" + RelativePath="..\..\..\..\speex\libspeex\modes.c" > </File> <File - RelativePath="..\..\..\..\speex\libspeex\modes.c" + RelativePath="..\..\..\..\speex\libspeex\modes_wb.c" > </File> <File @@ -364,10 +364,6 @@ > </File> <File - RelativePath="..\..\..\..\speex\libspeex\misc.h" - > - </File> - <File RelativePath="..\..\..\..\speex\libspeex\modes.h" > </File> Modified: trunk/contrib/win/vs2005/libtheora.vcproj =================================================================== --- trunk/contrib/win/vs2005/libtheora.vcproj 2008-02-07 16:52:48 UTC (rev 1346) +++ trunk/contrib/win/vs2005/libtheora.vcproj 2008-02-25 17:26:04 UTC (rev 1347) @@ -101,8 +101,8 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\..\..\libtheora\include;..\..\..\..\libogg\include" - PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + AdditionalIncludeDirectories="..\..\..\..\libtheora\lib\enc;..\..\..\..\libtheora\include;..\..\..\..\libogg\include" + PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;TH_REALLY_NO_ASSEMBLY;_WIN32_WINNT=0x0500;WINVER=0x0500" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" @@ -147,93 +147,165 @@ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > <File - RelativePath="..\..\..\..\libtheora\lib\blockmap.c" + RelativePath="..\..\..\..\libtheora\lib\dec\apiwrapper.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\comment.c" + RelativePath="..\..\..\..\libtheora\lib\enc\blockmap.c" > </File> <File + RelativePath="..\..\..\..\libtheora\lib\enc\common.c" + > + </File> + <File RelativePath="..\..\..\..\libtheora\lib\cpu.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\dct.c" + RelativePath="..\..\..\..\libtheora\lib\enc\dct.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\dct_decode.c" + RelativePath="..\..\..\..\libtheora\lib\enc\dct_decode.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\dct_encode.c" + RelativePath="..\..\..\..\libtheora\lib\enc\dct_encode.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\decode.c" + RelativePath="..\..\..\..\libtheora\lib\dec\decapiwrapper.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\dsp.c" + RelativePath="..\..\..\..\libtheora\lib\dec\decinfo.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\encode.c" + RelativePath="..\..\..\..\libtheora\lib\dec\decode.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\encoder_toplevel.c" + RelativePath="..\..\..\..\libtheora\lib\dec\dequant.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\frarray.c" + RelativePath="..\..\..\..\libtheora\lib\enc\dsp.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\frinit.c" + RelativePath="..\..\..\..\libtheora\lib\enc\x86_32_vs\dsp_mmx.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\huffman.c" + RelativePath="..\..\..\..\libtheora\lib\enc\encode.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\idct.c" + RelativePath="..\..\..\..\libtheora\lib\enc\encoder_huffman.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\mcomp.c" + RelativePath="..\..\..\..\libtheora\lib\enc\encoder_idct.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\misc_common.c" + RelativePath="..\..\..\..\libtheora\lib\enc\encoder_quant.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\pb.c" + RelativePath="..\..\..\..\libtheora\lib\enc\encoder_toplevel.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\pp.c" + RelativePath="..\..\..\..\libtheora\lib\enc\x86_32_vs\fdct_mmx.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\quant.c" + RelativePath="..\..\..\..\libtheora\lib\dec\fragment.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\reconstruct.c" + RelativePath="..\..\..\..\libtheora\lib\enc\frarray.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\scan.c" + RelativePath="..\..\..\..\libtheora\lib\enc\frinit.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\toplevel.c" + RelativePath="..\..\..\..\libtheora\lib\dec\huffdec.c" > </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\idct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\info.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\internal.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\mcomp.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\misc_common.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\x86\mmxfrag.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\x86\mmxidct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\x86\mmxstate.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\pb.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\pp.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\quant.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\x86_32_vs\recon_mmx.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\reconstruct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\scan.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\state.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\x86\x86int.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\x86\x86state.c" + > + </File> </Filter> <Filter Name="Header Files" @@ -244,6 +316,10 @@ > </File> <File + RelativePath="..\..\..\..\libtheora\lib\enc\codec_internal.h" + > + </File> + <File RelativePath="..\..\..\..\libtheora\lib\encoder_internal.h" > </File> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jpg...@us...> - 2008-04-04 21:36:14
|
Revision: 1394 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1394&view=rev Author: jpgrayson Date: 2008-04-04 14:36:17 -0700 (Fri, 04 Apr 2008) Log Message: ----------- Add Release_novideo_dll and Debug_novideo_dll configurations to iaxclient VS2005 solution. Fix dependency issues and automatic dependent library linking issues. Thanks to stevebvt! Modified Paths: -------------- trunk/contrib/win/vs2005/iaxclient.sln trunk/contrib/win/vs2005/libiaxclient.vcproj trunk/contrib/win/vs2005/testcall.vcproj Modified: trunk/contrib/win/vs2005/iaxclient.sln =================================================================== --- trunk/contrib/win/vs2005/iaxclient.sln 2008-04-04 18:52:23 UTC (rev 1393) +++ trunk/contrib/win/vs2005/iaxclient.sln 2008-04-04 21:36:17 UTC (rev 1394) @@ -7,13 +7,12 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libiaxclient", "libiaxclient.vcproj", "{9A9C003E-EAF6-4D0E-896F-E3994503C7E4}" ProjectSection(ProjectDependencies) = postProject + {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E} = {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E} + {3A76129B-55AB-4D54-BAA7-08F63ED52569} = {3A76129B-55AB-4D54-BAA7-08F63ED52569} {82C9BD79-9796-405F-8A28-3F538514AC3A} = {82C9BD79-9796-405F-8A28-3F538514AC3A} - {3A76129B-55AB-4D54-BAA7-08F63ED52569} = {3A76129B-55AB-4D54-BAA7-08F63ED52569} - {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E} = {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E} - {2F463562-375D-481E-A6E0-7C7D0DC1ED7A} = {2F463562-375D-481E-A6E0-7C7D0DC1ED7A} - {E972C52F-9E85-4D65-B19C-031E511E9DB4} = {E972C52F-9E85-4D65-B19C-031E511E9DB4} {E2C6AD95-7A61-41FE-8754-A4623C891BF8} = {E2C6AD95-7A61-41FE-8754-A4623C891BF8} {F5166D99-32BB-40D5-BE95-6F97F72C44CE} = {F5166D99-32BB-40D5-BE95-6F97F72C44CE} + {E972C52F-9E85-4D65-B19C-031E511E9DB4} = {E972C52F-9E85-4D65-B19C-031E511E9DB4} {3B023516-2C69-4CCB-9302-239991B6EC2C} = {3B023516-2C69-4CCB-9302-239991B6EC2C} EndProjectSection EndProject @@ -26,8 +25,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libspeex", "libspeex.vcproj", "{E972C52F-9E85-4D65-B19C-031E511E9DB4}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtheora", "libtheora.vcproj", "{E2C6AD95-7A61-41FE-8754-A4623C891BF8}" + ProjectSection(ProjectDependencies) = postProject + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A} = {2F463562-375D-481E-A6E0-7C7D0DC1ED7A} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testcall", "testcall.vcproj", "{6F5AEE93-BA87-465B-BC75-C41C434FC4E4}" + ProjectSection(ProjectDependencies) = postProject + {9A9C003E-EAF6-4D0E-896F-E3994503C7E4} = {9A9C003E-EAF6-4D0E-896F-E3994503C7E4} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vtestcall", "vtestcall.vcproj", "{B5F8E725-85A8-4CB1-8824-B82127BB2B1E}" ProjectSection(ProjectDependencies) = postProject @@ -39,139 +44,177 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug_dll|Win32 = Debug_dll|Win32 + Debug_novideo_dll|Win32 = Debug_novideo_dll|Win32 Debug_novideo|Win32 = Debug_novideo|Win32 Debug|Win32 = Debug|Win32 Release_dll|Win32 = Release_dll|Win32 + Release_novideo_dll|Win32 = Release_novideo_dll|Win32 Release_novideo|Win32 = Release_novideo|Win32 Release|Win32 = Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug_dll|Win32.ActiveCfg = Debug|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug_dll|Win32.Build.0 = Debug|Win32 + {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug_novideo_dll|Win32.ActiveCfg = Debug|Win32 + {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug_novideo_dll|Win32.Build.0 = Debug|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug_novideo|Win32.ActiveCfg = Debug|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug_novideo|Win32.Build.0 = Debug|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug|Win32.ActiveCfg = Debug|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug|Win32.Build.0 = Debug|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release_dll|Win32.ActiveCfg = Release|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release_dll|Win32.Build.0 = Release|Win32 + {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release_novideo_dll|Win32.ActiveCfg = Release|Win32 + {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release_novideo_dll|Win32.Build.0 = Release|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release_novideo|Win32.ActiveCfg = Release|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release_novideo|Win32.Build.0 = Release|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release|Win32.ActiveCfg = Release|Win32 {3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release|Win32.Build.0 = Release|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Debug_dll|Win32.ActiveCfg = Debug|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Debug_dll|Win32.Build.0 = Debug|Win32 + {3B023516-2C69-4CCB-9302-239991B6EC2C}.Debug_novideo_dll|Win32.ActiveCfg = Debug|Win32 + {3B023516-2C69-4CCB-9302-239991B6EC2C}.Debug_novideo_dll|Win32.Build.0 = Debug|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Debug_novideo|Win32.ActiveCfg = Debug|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Debug_novideo|Win32.Build.0 = Debug|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Debug|Win32.ActiveCfg = Debug|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Debug|Win32.Build.0 = Debug|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Release_dll|Win32.ActiveCfg = Release|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Release_dll|Win32.Build.0 = Release|Win32 + {3B023516-2C69-4CCB-9302-239991B6EC2C}.Release_novideo_dll|Win32.ActiveCfg = Release|Win32 + {3B023516-2C69-4CCB-9302-239991B6EC2C}.Release_novideo_dll|Win32.Build.0 = Release|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Release_novideo|Win32.ActiveCfg = Release|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Release_novideo|Win32.Build.0 = Release|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Release|Win32.ActiveCfg = Release|Win32 {3B023516-2C69-4CCB-9302-239991B6EC2C}.Release|Win32.Build.0 = Release|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Debug_dll|Win32.Build.0 = Debug_dll|Win32 + {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Debug_novideo_dll|Win32.ActiveCfg = Debug_novideo_dll|Win32 + {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Debug_novideo_dll|Win32.Build.0 = Debug_novideo_dll|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Debug_novideo|Win32.ActiveCfg = Debug_novideo|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Debug_novideo|Win32.Build.0 = Debug_novideo|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Debug|Win32.ActiveCfg = Debug|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Debug|Win32.Build.0 = Debug|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Release_dll|Win32.ActiveCfg = Release_dll|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Release_dll|Win32.Build.0 = Release_dll|Win32 + {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Release_novideo_dll|Win32.ActiveCfg = Release_novideo_dll|Win32 + {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Release_novideo_dll|Win32.Build.0 = Release_novideo_dll|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Release_novideo|Win32.ActiveCfg = Release_novideo|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Release_novideo|Win32.Build.0 = Release_novideo|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Release|Win32.ActiveCfg = Release|Win32 {9A9C003E-EAF6-4D0E-896F-E3994503C7E4}.Release|Win32.Build.0 = Release|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Debug_dll|Win32.ActiveCfg = Debug|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Debug_dll|Win32.Build.0 = Debug|Win32 + {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Debug_novideo_dll|Win32.ActiveCfg = Debug|Win32 + {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Debug_novideo_dll|Win32.Build.0 = Debug|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Debug_novideo|Win32.ActiveCfg = Debug|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Debug_novideo|Win32.Build.0 = Debug|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Debug|Win32.ActiveCfg = Debug|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Debug|Win32.Build.0 = Debug|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Release_dll|Win32.ActiveCfg = Release|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Release_dll|Win32.Build.0 = Release|Win32 + {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Release_novideo_dll|Win32.ActiveCfg = Release|Win32 + {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Release_novideo_dll|Win32.Build.0 = Release|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Release_novideo|Win32.ActiveCfg = Release|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Release_novideo|Win32.Build.0 = Release|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Release|Win32.ActiveCfg = Release|Win32 {5CC054B7-6DAA-46BF-9A08-3B33B83E8D3E}.Release|Win32.Build.0 = Release|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug_dll|Win32.ActiveCfg = Debug|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug_dll|Win32.Build.0 = Debug|Win32 + {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug_novideo_dll|Win32.ActiveCfg = Debug|Win32 + {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug_novideo_dll|Win32.Build.0 = Debug|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug_novideo|Win32.ActiveCfg = Debug|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug_novideo|Win32.Build.0 = Debug|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug|Win32.ActiveCfg = Debug|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug|Win32.Build.0 = Debug|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release_dll|Win32.ActiveCfg = Release|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release_dll|Win32.Build.0 = Release|Win32 + {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release_novideo_dll|Win32.ActiveCfg = Release|Win32 + {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release_novideo_dll|Win32.Build.0 = Release|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release_novideo|Win32.ActiveCfg = Release|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release_novideo|Win32.Build.0 = Release|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release|Win32.ActiveCfg = Release|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release|Win32.Build.0 = Release|Win32 {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Debug_dll|Win32.ActiveCfg = Debug|Win32 {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Debug_dll|Win32.Build.0 = Debug|Win32 + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Debug_novideo_dll|Win32.ActiveCfg = Debug|Win32 {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Debug_novideo|Win32.ActiveCfg = Debug|Win32 {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Debug|Win32.ActiveCfg = Debug|Win32 {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Debug|Win32.Build.0 = Debug|Win32 {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Release_dll|Win32.ActiveCfg = Release|Win32 {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Release_dll|Win32.Build.0 = Release|Win32 + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Release_novideo_dll|Win32.ActiveCfg = Release|Win32 {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Release_novideo|Win32.ActiveCfg = Release|Win32 {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Release|Win32.ActiveCfg = Release|Win32 {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Release|Win32.Build.0 = Release|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug_dll|Win32.ActiveCfg = Debug|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug_dll|Win32.Build.0 = Debug|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug_novideo_dll|Win32.ActiveCfg = Debug|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug_novideo_dll|Win32.Build.0 = Debug|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug_novideo|Win32.ActiveCfg = Debug|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug_novideo|Win32.Build.0 = Debug|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug|Win32.ActiveCfg = Debug|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug|Win32.Build.0 = Debug|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release_dll|Win32.ActiveCfg = Release|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release_dll|Win32.Build.0 = Release|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release_novideo_dll|Win32.ActiveCfg = Release|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release_novideo_dll|Win32.Build.0 = Release|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release_novideo|Win32.ActiveCfg = Release|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release_novideo|Win32.Build.0 = Release|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release|Win32.ActiveCfg = Release|Win32 {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release|Win32.Build.0 = Release|Win32 {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Debug_dll|Win32.ActiveCfg = Debug|Win32 {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Debug_dll|Win32.Build.0 = Debug|Win32 + {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Debug_novideo_dll|Win32.ActiveCfg = Debug|Win32 {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Debug_novideo|Win32.ActiveCfg = Debug|Win32 {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Debug|Win32.ActiveCfg = Debug|Win32 {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Debug|Win32.Build.0 = Debug|Win32 {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Release_dll|Win32.ActiveCfg = Release|Win32 {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Release_dll|Win32.Build.0 = Release|Win32 + {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Release_novideo_dll|Win32.ActiveCfg = Release|Win32 {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Release_novideo|Win32.ActiveCfg = Release|Win32 {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Release|Win32.ActiveCfg = Release|Win32 {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Release|Win32.Build.0 = Release|Win32 - {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Debug_dll|Win32.ActiveCfg = Debug|Win32 - {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Debug_dll|Win32.Build.0 = Debug|Win32 + {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32 + {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Debug_dll|Win32.Build.0 = Debug_dll|Win32 + {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Debug_novideo_dll|Win32.ActiveCfg = Debug_novideo_dll|Win32 + {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Debug_novideo_dll|Win32.Build.0 = Debug_novideo_dll|Win32 {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Debug_novideo|Win32.ActiveCfg = Debug_novideo|Win32 {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Debug_novideo|Win32.Build.0 = Debug_novideo|Win32 {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Debug|Win32.ActiveCfg = Debug|Win32 {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Debug|Win32.Build.0 = Debug|Win32 - {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release_dll|Win32.ActiveCfg = Release|Win32 - {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release_dll|Win32.Build.0 = Release|Win32 + {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release_dll|Win32.ActiveCfg = Release_dll|Win32 + {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release_dll|Win32.Build.0 = Release_dll|Win32 + {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release_novideo_dll|Win32.ActiveCfg = Release_novideo_dll|Win32 + {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release_novideo_dll|Win32.Build.0 = Release_novideo_dll|Win32 {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release_novideo|Win32.ActiveCfg = Release_novideo|Win32 {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release_novideo|Win32.Build.0 = Release_novideo|Win32 {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release|Win32.ActiveCfg = Release|Win32 {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release|Win32.Build.0 = Release|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_dll|Win32.ActiveCfg = Debug|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_dll|Win32.Build.0 = Debug|Win32 + {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_novideo_dll|Win32.ActiveCfg = Debug|Win32 + {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_novideo_dll|Win32.Build.0 = Debug|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_novideo|Win32.ActiveCfg = Debug|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_novideo|Win32.Build.0 = Debug|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug|Win32.ActiveCfg = Debug|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug|Win32.Build.0 = Debug|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_dll|Win32.ActiveCfg = Release|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_dll|Win32.Build.0 = Release|Win32 + {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_novideo_dll|Win32.ActiveCfg = Release|Win32 + {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_novideo_dll|Win32.Build.0 = Release|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_novideo|Win32.ActiveCfg = Release|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_novideo|Win32.Build.0 = Release|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release|Win32.ActiveCfg = Release|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release|Win32.Build.0 = Release|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Debug_dll|Win32.ActiveCfg = Debug|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Debug_dll|Win32.Build.0 = Debug|Win32 + {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Debug_novideo_dll|Win32.ActiveCfg = Debug|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Debug_novideo|Win32.ActiveCfg = Debug|Win32 - {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Debug_novideo|Win32.Build.0 = Debug|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Debug|Win32.ActiveCfg = Debug|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Debug|Win32.Build.0 = Debug|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Release_dll|Win32.ActiveCfg = Release|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Release_dll|Win32.Build.0 = Release|Win32 + {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Release_novideo_dll|Win32.ActiveCfg = Release|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Release_novideo|Win32.ActiveCfg = Release|Win32 - {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Release_novideo|Win32.Build.0 = Release|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Release|Win32.ActiveCfg = Release|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection Modified: trunk/contrib/win/vs2005/libiaxclient.vcproj =================================================================== --- trunk/contrib/win/vs2005/libiaxclient.vcproj 2008-04-04 18:52:23 UTC (rev 1393) +++ trunk/contrib/win/vs2005/libiaxclient.vcproj 2008-04-04 21:36:17 UTC (rev 1394) @@ -16,7 +16,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" IntermediateDirectory="$(OutDir)" ConfigurationType="4" CharacterSet="2" @@ -80,7 +80,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" IntermediateDirectory="$(OutDir)" ConfigurationType="4" CharacterSet="2" @@ -143,7 +143,7 @@ </Configuration> <Configuration Name="Release_dll|Win32" - OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" IntermediateDirectory="$(OutDir)" ConfigurationType="2" CharacterSet="2" @@ -185,6 +185,7 @@ /> <Tool Name="VCLinkerTool" + LinkLibraryDependencies="false" AdditionalDependencies="libiax2.lib libvidcap.lib libportmixer.lib libportaudio.lib libgsm.lib libogg.lib libspeex.lib libtheora.lib comsuppw.lib strmiids.lib wininet.lib ws2_32.lib" AdditionalLibraryDirectories=""$(SolutionDir)Release\libiax2";"$(SolutionDir)Release\libvidcap";"$(SolutionDir)Release\libportaudio";"$(SolutionDir)Release\libportmixer";"$(SolutionDir)Release\libogg";"$(SolutionDir)Release\libtheora";"$(SolutionDir)Release\libspeex";"$(SolutionDir)Release\libgsm"" /> @@ -215,8 +216,8 @@ </Configuration> <Configuration Name="Debug_dll|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" ConfigurationType="2" CharacterSet="2" > @@ -258,6 +259,7 @@ /> <Tool Name="VCLinkerTool" + LinkLibraryDependencies="false" AdditionalDependencies="libiax2.lib libvidcap.lib libportmixer.lib libportaudio.lib libgsm.lib libogg.lib libspeex.lib libtheora.lib comsuppw.lib strmiids.lib wininet.lib ws2_32.lib" AdditionalLibraryDirectories=""$(SolutionDir)Debug\libiax2";"$(SolutionDir)Debug\libvidcap";"$(SolutionDir)Debug\libportaudio";"$(SolutionDir)Debug\libportmixer";"$(SolutionDir)Debug\libogg";"$(SolutionDir)Debug\libtheora";"$(SolutionDir)Debug\libspeex";"$(SolutionDir)Debug\libgsm"" /> @@ -288,7 +290,7 @@ </Configuration> <Configuration Name="Release_novideo|Win32" - OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" IntermediateDirectory="$(OutDir)" ConfigurationType="4" CharacterSet="2" @@ -351,7 +353,7 @@ </Configuration> <Configuration Name="Debug_novideo|Win32" - OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" IntermediateDirectory="$(OutDir)" ConfigurationType="4" CharacterSet="2" @@ -413,6 +415,153 @@ Name="VCPostBuildEventTool" /> </Configuration> + <Configuration + Name="Release_novideo_dll|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="2" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\..\portaudio\include;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\lib\portmixer\px_common" + PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_DLL;_CRT_SECURE_NO_DEPRECATE;strncasecmp=strnicmp;__inline__=_inline;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500;CODEC_GSM" + RuntimeLibrary="2" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkLibraryDependencies="false" + AdditionalDependencies="libiax2.lib libportmixer.lib libportaudio.lib libgsm.lib libspeex.lib comsuppw.lib strmiids.lib wininet.lib ws2_32.lib" + AdditionalLibraryDirectories=""$(SolutionDir)Release\libiax2";"$(SolutionDir)Release\libportaudio";"$(SolutionDir)Release\libportmixer";"$(SolutionDir)Release\libspeex";"$(SolutionDir)Release\libgsm"" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug_novideo_dll|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="2" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\lib\libiax2\src;..\..\..\..\portaudio\include;..\..\..\lib\spandsp;..\..\..\lib\gsm\inc;..\..\..\..\speex\include;..\..\..\lib\portmixer\px_common" + PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_DLL;_CRT_SECURE_NO_DEPRECATE;strncasecmp=strnicmp;__inline__=_inline;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500;CODEC_GSM" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkLibraryDependencies="false" + AdditionalDependencies="libiax2.lib libportmixer.lib libportaudio.lib libgsm.lib libspeex.lib comsuppw.lib strmiids.lib wininet.lib ws2_32.lib" + AdditionalLibraryDirectories=""$(SolutionDir)Release\libiax2";"$(SolutionDir)Release\libportaudio";"$(SolutionDir)Release\libportmixer";"$(SolutionDir)Release\libspeex";"$(SolutionDir)Release\libgsm"" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> </Configurations> <References> </References> @@ -461,6 +610,22 @@ Name="VCCLCompilerTool" /> </FileConfiguration> + <FileConfiguration + Name="Release_novideo_dll|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug_novideo_dll|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> </File> <File RelativePath="..\..\..\lib\codec_ulaw.c" @@ -521,6 +686,22 @@ CompileAs="2" /> </FileConfiguration> + <FileConfiguration + Name="Release_novideo_dll|Win32" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug_novideo_dll|Win32" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> </File> <File RelativePath="..\..\..\lib\ringbuffer.c" @@ -549,6 +730,22 @@ Name="VCCLCompilerTool" /> </FileConfiguration> + <FileConfiguration + Name="Release_novideo_dll|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug_novideo_dll|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> </File> <File RelativePath="..\..\..\lib\winfuncs.c" @@ -611,6 +808,22 @@ Name="VCCustomBuildTool" /> </FileConfiguration> + <FileConfiguration + Name="Release_novideo_dll|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug_novideo_dll|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> </File> <File RelativePath="..\..\..\lib\codec_ulaw.h" @@ -651,6 +864,22 @@ Name="VCCustomBuildTool" /> </FileConfiguration> + <FileConfiguration + Name="Release_novideo_dll|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug_novideo_dll|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> </File> </Filter> <Filter Modified: trunk/contrib/win/vs2005/testcall.vcproj =================================================================== --- trunk/contrib/win/vs2005/testcall.vcproj 2008-04-04 18:52:23 UTC (rev 1393) +++ trunk/contrib/win/vs2005/testcall.vcproj 2008-04-04 21:36:17 UTC (rev 1394) @@ -61,6 +61,7 @@ /> <Tool Name="VCLinkerTool" + LinkLibraryDependencies="false" AdditionalDependencies="libiaxclient.lib ws2_32.lib" LinkIncremental="2" AdditionalLibraryDirectories="$(SolutionDir)$(ConfigurationName)\libiaxclient" @@ -139,6 +140,7 @@ <Tool Name="VCLinkerTool" IgnoreImportLibrary="false" + LinkLibraryDependencies="false" AdditionalDependencies="libiaxclient.lib ws2_32.lib" LinkIncremental="1" AdditionalLibraryDirectories="$(SolutionDir)$(ConfigurationName)\libiaxclient" @@ -176,8 +178,8 @@ </Configuration> <Configuration Name="Release_novideo|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" ConfigurationType="1" CharacterSet="2" WholeProgramOptimization="1" @@ -219,6 +221,7 @@ <Tool Name="VCLinkerTool" IgnoreImportLibrary="false" + LinkLibraryDependencies="false" AdditionalDependencies="libiaxclient.lib ws2_32.lib" LinkIncremental="1" AdditionalLibraryDirectories="$(SolutionDir)$(ConfigurationName)\libiaxclient" @@ -256,8 +259,8 @@ </Configuration> <Configuration Name="Debug_novideo|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" ConfigurationType="1" CharacterSet="2" > @@ -300,6 +303,7 @@ /> <Tool Name="VCLinkerTool" + LinkLibraryDependencies="false" AdditionalDependencies="libiaxclient.lib ws2_32.lib" LinkIncremental="2" AdditionalLibraryDirectories="$(SolutionDir)$(ConfigurationName)\libiaxclient" @@ -333,6 +337,328 @@ Name="VCPostBuildEventTool" /> </Configuration> + <Configuration + Name="Release_novideo_dll|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="1" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\..\lib" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + RuntimeLibrary="2" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + IgnoreImportLibrary="false" + LinkLibraryDependencies="false" + AdditionalDependencies="libiaxclient.lib ws2_32.lib" + LinkIncremental="1" + AdditionalLibraryDirectories="$(SolutionDir)$(ConfigurationName)\libiaxclient" + IgnoreDefaultLibraryNames="" + GenerateDebugInformation="true" + SubSystem="1" + OptimizeReferences="2" + EnableCOMDATFolding="2" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug_novideo_dll|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="1" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\lib" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkLibraryDependencies="false" + AdditionalDependencies="libiaxclient.lib ws2_32.lib" + LinkIncremental="2" + AdditionalLibraryDirectories="$(SolutionDir)$(ConfigurationName)\libiaxclient" + IgnoreDefaultLibraryNames="libcmtd.lib" + GenerateDebugInformation="true" + SubSystem="1" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release_dll|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="1" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\..\lib" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + RuntimeLibrary="2" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + IgnoreImportLibrary="false" + LinkLibraryDependencies="false" + AdditionalDependencies="libiaxclient.lib ws2_32.lib" + LinkIncremental="1" + AdditionalLibraryDirectories="$(SolutionDir)$(ConfigurationName)\libiaxclient" + IgnoreDefaultLibraryNames="" + GenerateDebugInformation="true" + SubSystem="1" + OptimizeReferences="2" + EnableCOMDATFolding="2" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug_dll|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="1" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\lib" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkLibraryDependencies="false" + AdditionalDependencies="libiaxclient.lib ws2_32.lib" + LinkIncremental="2" + AdditionalLibraryDirectories="$(SolutionDir)$(ConfigurationName)\libiaxclient" + IgnoreDefaultLibraryNames="libcmtd.lib" + GenerateDebugInformation="true" + SubSystem="1" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> </Configurations> <References> </References> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jpg...@us...> - 2008-04-07 15:37:58
|
Revision: 1396 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1396&view=rev Author: jpgrayson Date: 2008-04-07 08:27:20 -0700 (Mon, 07 Apr 2008) Log Message: ----------- VS2005 build fixes from stevebvt. Thank you! - Copy libiaxclient.dll files to output directories of testcall and vtestcall so those programs can run easily. - Fix library search paths for debug iaxclient. - Add Debug_dll configuration for vtestcall. Modified Paths: -------------- trunk/contrib/win/vs2005/iaxclient.sln trunk/contrib/win/vs2005/libiaxclient.vcproj trunk/contrib/win/vs2005/testcall.vcproj trunk/contrib/win/vs2005/vtestcall.vcproj Modified: trunk/contrib/win/vs2005/iaxclient.sln =================================================================== --- trunk/contrib/win/vs2005/iaxclient.sln 2008-04-04 21:37:07 UTC (rev 1395) +++ trunk/contrib/win/vs2005/iaxclient.sln 2008-04-07 15:27:20 UTC (rev 1396) @@ -189,20 +189,16 @@ {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release_novideo|Win32.Build.0 = Release_novideo|Win32 {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release|Win32.ActiveCfg = Release|Win32 {6F5AEE93-BA87-465B-BC75-C41C434FC4E4}.Release|Win32.Build.0 = Release|Win32 - {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_dll|Win32.ActiveCfg = Debug|Win32 - {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_dll|Win32.Build.0 = Debug|Win32 + {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32 + {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_dll|Win32.Build.0 = Debug_dll|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_novideo_dll|Win32.ActiveCfg = Debug|Win32 - {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_novideo_dll|Win32.Build.0 = Debug|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_novideo|Win32.ActiveCfg = Debug|Win32 - {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug_novideo|Win32.Build.0 = Debug|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug|Win32.ActiveCfg = Debug|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Debug|Win32.Build.0 = Debug|Win32 - {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_dll|Win32.ActiveCfg = Release|Win32 - {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_dll|Win32.Build.0 = Release|Win32 + {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_dll|Win32.ActiveCfg = Release_dll|Win32 + {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_dll|Win32.Build.0 = Release_dll|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_novideo_dll|Win32.ActiveCfg = Release|Win32 - {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_novideo_dll|Win32.Build.0 = Release|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_novideo|Win32.ActiveCfg = Release|Win32 - {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release_novideo|Win32.Build.0 = Release|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release|Win32.ActiveCfg = Release|Win32 {B5F8E725-85A8-4CB1-8824-B82127BB2B1E}.Release|Win32.Build.0 = Release|Win32 {F5166D99-32BB-40D5-BE95-6F97F72C44CE}.Debug_dll|Win32.ActiveCfg = Debug|Win32 Modified: trunk/contrib/win/vs2005/libiaxclient.vcproj =================================================================== --- trunk/contrib/win/vs2005/libiaxclient.vcproj 2008-04-04 21:37:07 UTC (rev 1395) +++ trunk/contrib/win/vs2005/libiaxclient.vcproj 2008-04-07 15:27:20 UTC (rev 1396) @@ -535,7 +535,7 @@ Name="VCLinkerTool" LinkLibraryDependencies="false" AdditionalDependencies="libiax2.lib libportmixer.lib libportaudio.lib libgsm.lib libspeex.lib comsuppw.lib strmiids.lib wininet.lib ws2_32.lib" - AdditionalLibraryDirectories=""$(SolutionDir)Release\libiax2";"$(SolutionDir)Release\libportaudio";"$(SolutionDir)Release\libportmixer";"$(SolutionDir)Release\libspeex";"$(SolutionDir)Release\libgsm"" + AdditionalLibraryDirectories=""$(SolutionDir)Debug\libiax2";"$(SolutionDir)Debug\libportaudio";"$(SolutionDir)Debug\libportmixer";"$(SolutionDir)Debug\libspeex";"$(SolutionDir)Debug\libgsm"" /> <Tool Name="VCALinkTool" Modified: trunk/contrib/win/vs2005/testcall.vcproj =================================================================== --- trunk/contrib/win/vs2005/testcall.vcproj 2008-04-04 21:37:07 UTC (rev 1395) +++ trunk/contrib/win/vs2005/testcall.vcproj 2008-04-07 15:27:20 UTC (rev 1396) @@ -416,6 +416,7 @@ /> <Tool Name="VCPostBuildEventTool" + CommandLine="copy $(SolutionDir)$(ConfigurationName)\libiaxclient\libiaxclient.dll $(OutDir)" /> </Configuration> <Configuration @@ -496,6 +497,7 @@ /> <Tool Name="VCPostBuildEventTool" + CommandLine="copy $(SolutionDir)$(ConfigurationName)\libiaxclient\libiaxclient.dll $(OutDir)" /> </Configuration> <Configuration @@ -577,6 +579,7 @@ /> <Tool Name="VCPostBuildEventTool" + CommandLine="copy $(SolutionDir)$(ConfigurationName)\libiaxclient\libiaxclient.dll $(OutDir)" /> </Configuration> <Configuration @@ -657,6 +660,7 @@ /> <Tool Name="VCPostBuildEventTool" + CommandLine="copy $(SolutionDir)$(ConfigurationName)\libiaxclient\libiaxclient.dll $(OutDir)" /> </Configuration> </Configurations> Modified: trunk/contrib/win/vs2005/vtestcall.vcproj =================================================================== --- trunk/contrib/win/vs2005/vtestcall.vcproj 2008-04-04 21:37:07 UTC (rev 1395) +++ trunk/contrib/win/vs2005/vtestcall.vcproj 2008-04-07 15:27:20 UTC (rev 1396) @@ -174,6 +174,167 @@ Name="VCPostBuildEventTool" /> </Configuration> + <Configuration + Name="Debug_dll|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="1" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\lib;..\..\..\..\SDL\include" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WINDOWS;_CRT_SECURE_NO_WARNINGS" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + WarningLevel="3" + DebugInformationFormat="4" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + IgnoreImportLibrary="false" + AdditionalDependencies="libiaxclient.lib SDL.lib wsock32.lib winmm.lib strmiids.lib" + LinkIncremental="2" + AdditionalLibraryDirectories=""$(DXSDK_DIR)\lib\x86";..\..\..\..\SDL\lib;$(SolutionDir)$(ConfigurationName)\libiaxclient" + IgnoreDefaultLibraryNames="libcmtd.lib" + GenerateDebugInformation="true" + SubSystem="1" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy $(SolutionDir)$(ConfigurationName)\libiaxclient\libiaxclient.dll $(OutDir)" + /> + </Configuration> + <Configuration + Name="Release_dll|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="1" + CharacterSet="2" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\..\lib;..\..\..\..\SDL\include" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WINDOWS;_CRT_SECURE_NO_WARNINGS" + RuntimeLibrary="2" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + CompileAs="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + IgnoreImportLibrary="false" + AdditionalDependencies="libiaxclient.lib SDL.lib wsock32.lib winmm.lib strmiids.lib" + LinkIncremental="1" + AdditionalLibraryDirectories="..\..\..\..\SDL\lib;$(SolutionDir)$(ConfigurationName)\libiaxclient" + IgnoreDefaultLibraryNames="" + GenerateDebugInformation="true" + SubSystem="1" + OptimizeReferences="2" + EnableCOMDATFolding="2" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy $(SolutionDir)$(ConfigurationName)\libiaxclient\libiaxclient.dll $(OutDir)" + /> + </Configuration> </Configurations> <References> </References> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |