提交 df14c2ca authored 作者: Anthony Minessale's avatar Anthony Minessale

add speex files to windows projs

上级 ab56c276
......@@ -866,6 +866,10 @@
RelativePath="..\..\src\switch_pcm.c"
>
</File>
<File
RelativePath="..\..\src\switch_speex.c"
>
</File>
<File
RelativePath="..\..\src\switch_pgsql.c"
>
......
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
......@@ -425,6 +425,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<ClCompile Include="..\..\src\switch_odbc.c" />
<ClCompile Include="..\..\src\switch_pgsql.c" />
<ClCompile Include="..\..\src\switch_pcm.c" />
<ClCompile Include="..\..\src\switch_speex.c" />
<ClCompile Include="..\..\src\switch_profile.c" />
<ClCompile Include="..\..\src\switch_regex.c" />
<ClCompile Include="..\..\src\switch_resample.c" />
......@@ -865,4 +866,4 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="..\..\src\g711.c">
......@@ -172,6 +172,9 @@
<ClCompile Include="..\..\src\switch_pcm.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\switch_speex.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\switch_profile.c">
<Filter>Source Files</Filter>
</ClCompile>
......@@ -381,4 +384,4 @@
<Filter>Version Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
\ No newline at end of file
</Project>
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
......@@ -448,6 +448,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<ClCompile Include="..\..\src\switch_odbc.c" />
<ClCompile Include="..\..\src\switch_pgsql.c" />
<ClCompile Include="..\..\src\switch_pcm.c" />
<ClCompile Include="..\..\src\switch_speex.c" />
<ClCompile Include="..\..\src\switch_profile.c" />
<ClCompile Include="..\..\src\switch_regex.c" />
<ClCompile Include="..\..\src\switch_resample.c" />
......@@ -887,4 +888,4 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="..\..\src\g711.c">
......@@ -172,6 +172,9 @@
<ClCompile Include="..\..\src\switch_pcm.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\switch_speex.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\switch_profile.c">
<Filter>Source Files</Filter>
</ClCompile>
......@@ -378,4 +381,4 @@
<Filter>Version Files</Filter>
</None>
</ItemGroup>
</Project>
\ No newline at end of file
</Project>
......@@ -550,6 +550,10 @@
RelativePath="..\..\src\switch_pcm.c"
>
</File>
<File
RelativePath="..\..\src\switch_speex.c"
>
</File>
<File
RelativePath="..\..\src\switch_regex.c"
>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论