Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
df14c2ca
提交
df14c2ca
authored
2月 14, 2014
作者:
Anthony Minessale
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add speex files to windows projs
上级
ab56c276
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
24 行增加
和
8 行删除
+24
-8
FreeSwitchCore.2008.vcproj
w32/Library/FreeSwitchCore.2008.vcproj
+4
-0
FreeSwitchCore.2010.vcxproj
w32/Library/FreeSwitchCore.2010.vcxproj
+3
-2
FreeSwitchCore.2010.vcxproj.filters
w32/Library/FreeSwitchCore.2010.vcxproj.filters
+5
-2
FreeSwitchCore.2012.vcxproj
w32/Library/FreeSwitchCore.2012.vcxproj
+3
-2
FreeSwitchCore.2012.vcxproj.filters
w32/Library/FreeSwitchCore.2012.vcxproj.filters
+5
-2
FreeSwitchCore.vcproj
w32/Library/FreeSwitchCore.vcproj
+4
-0
没有找到文件。
w32/Library/FreeSwitchCore.2008.vcproj
浏览文件 @
df14c2ca
...
@@ -866,6 +866,10 @@
...
@@ -866,6 +866,10 @@
RelativePath=
"..\..\src\switch_pcm.c"
RelativePath=
"..\..\src\switch_pcm.c"
>
>
</File>
</File>
<File
RelativePath=
"..\..\src\switch_speex.c"
>
</File>
<File
<File
RelativePath=
"..\..\src\switch_pgsql.c"
RelativePath=
"..\..\src\switch_pgsql.c"
>
>
...
...
w32/Library/FreeSwitchCore.2010.vcxproj
浏览文件 @
df14c2ca
<?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"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
...
@@ -425,6 +425,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -425,6 +425,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<ClCompile
Include=
"..\..\src\switch_odbc.c"
/>
<ClCompile
Include=
"..\..\src\switch_odbc.c"
/>
<ClCompile
Include=
"..\..\src\switch_pgsql.c"
/>
<ClCompile
Include=
"..\..\src\switch_pgsql.c"
/>
<ClCompile
Include=
"..\..\src\switch_pcm.c"
/>
<ClCompile
Include=
"..\..\src\switch_pcm.c"
/>
<ClCompile
Include=
"..\..\src\switch_speex.c"
/>
<ClCompile
Include=
"..\..\src\switch_profile.c"
/>
<ClCompile
Include=
"..\..\src\switch_profile.c"
/>
<ClCompile
Include=
"..\..\src\switch_regex.c"
/>
<ClCompile
Include=
"..\..\src\switch_regex.c"
/>
<ClCompile
Include=
"..\..\src\switch_resample.c"
/>
<ClCompile
Include=
"..\..\src\switch_resample.c"
/>
...
@@ -865,4 +866,4 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -865,4 +866,4 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
w32/Library/FreeSwitchCore.2010.vcxproj.filters
浏览文件 @
df14c2ca
<?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"
>
<Project
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\src\g711.c"
>
<ClCompile
Include=
"..\..\src\g711.c"
>
...
@@ -172,6 +172,9 @@
...
@@ -172,6 +172,9 @@
<ClCompile
Include=
"..\..\src\switch_pcm.c"
>
<ClCompile
Include=
"..\..\src\switch_pcm.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\src\switch_speex.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\src\switch_profile.c"
>
<ClCompile
Include=
"..\..\src\switch_profile.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
...
@@ -381,4 +384,4 @@
...
@@ -381,4 +384,4 @@
<Filter>
Version Files
</Filter>
<Filter>
Version Files
</Filter>
</ResourceCompile>
</ResourceCompile>
</ItemGroup>
</ItemGroup>
</Project>
</Project>
\ No newline at end of file
w32/Library/FreeSwitchCore.2012.vcxproj
浏览文件 @
df14c2ca
<?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"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
...
@@ -448,6 +448,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -448,6 +448,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<ClCompile
Include=
"..\..\src\switch_odbc.c"
/>
<ClCompile
Include=
"..\..\src\switch_odbc.c"
/>
<ClCompile
Include=
"..\..\src\switch_pgsql.c"
/>
<ClCompile
Include=
"..\..\src\switch_pgsql.c"
/>
<ClCompile
Include=
"..\..\src\switch_pcm.c"
/>
<ClCompile
Include=
"..\..\src\switch_pcm.c"
/>
<ClCompile
Include=
"..\..\src\switch_speex.c"
/>
<ClCompile
Include=
"..\..\src\switch_profile.c"
/>
<ClCompile
Include=
"..\..\src\switch_profile.c"
/>
<ClCompile
Include=
"..\..\src\switch_regex.c"
/>
<ClCompile
Include=
"..\..\src\switch_regex.c"
/>
<ClCompile
Include=
"..\..\src\switch_resample.c"
/>
<ClCompile
Include=
"..\..\src\switch_resample.c"
/>
...
@@ -887,4 +888,4 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -887,4 +888,4 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
w32/Library/FreeSwitchCore.2012.vcxproj.filters
浏览文件 @
df14c2ca
<?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"
>
<Project
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\src\g711.c"
>
<ClCompile
Include=
"..\..\src\g711.c"
>
...
@@ -172,6 +172,9 @@
...
@@ -172,6 +172,9 @@
<ClCompile
Include=
"..\..\src\switch_pcm.c"
>
<ClCompile
Include=
"..\..\src\switch_pcm.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\src\switch_speex.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\src\switch_profile.c"
>
<ClCompile
Include=
"..\..\src\switch_profile.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
...
@@ -378,4 +381,4 @@
...
@@ -378,4 +381,4 @@
<Filter>
Version Files
</Filter>
<Filter>
Version Files
</Filter>
</None>
</None>
</ItemGroup>
</ItemGroup>
</Project>
</Project>
\ No newline at end of file
w32/Library/FreeSwitchCore.vcproj
浏览文件 @
df14c2ca
...
@@ -550,6 +550,10 @@
...
@@ -550,6 +550,10 @@
RelativePath=
"..\..\src\switch_pcm.c"
RelativePath=
"..\..\src\switch_pcm.c"
>
>
</File>
</File>
<File
RelativePath=
"..\..\src\switch_speex.c"
>
</File>
<File
<File
RelativePath=
"..\..\src\switch_regex.c"
RelativePath=
"..\..\src\switch_regex.c"
>
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论