Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
afc73fbe
提交
afc73fbe
authored
3月 21, 2013
作者:
Jeff Lenk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
windows fix for spandsp make_math_fixed_tables part 1
上级
c8df04fc
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
36 行增加
和
2 行删除
+36
-2
Freeswitch.2012.sln
Freeswitch.2012.sln
+20
-0
libspandsp.2010.vcxproj
libs/spandsp/src/libspandsp.2010.vcxproj
+4
-0
libspandsp.2010.vcxproj.filters
libs/spandsp/src/libspandsp.2010.vcxproj.filters
+3
-0
libspandsp.2012.vcxproj
libs/spandsp/src/libspandsp.2012.vcxproj
+6
-2
libspandsp.2012.vcxproj.filters
libs/spandsp/src/libspandsp.2012.vcxproj.filters
+3
-0
没有找到文件。
Freeswitch.2012.sln
浏览文件 @
afc73fbe
...
...
@@ -565,6 +565,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmltok", "libs\win32\xmlrpc
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup.2012", "w32\Setup\Setup.2012.wixproj", "{47213370-B933-487D-9F45-BCA26D7E2B6F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_math_fixed_tables", "libs\spandsp\src\msvc\make_math_fixed_tables.2012.vcxproj", "{2386B892-35F5-46CF-A0F0-10394D2FBF9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
All|Win32 = All|Win32
...
...
@@ -3753,6 +3755,23 @@ Global
{47213370-B933-487D-9F45-BCA26D7E2B6F}.Release|x64 Setup.Build.0 = Release|x64
{47213370-B933-487D-9F45-BCA26D7E2B6F}.Release|x86 Setup.ActiveCfg = Release|x86
{47213370-B933-487D-9F45-BCA26D7E2B6F}.Release|x86 Setup.Build.0 = Release|x86
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.All|Win32.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.All|Win32.Build.0 = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.All|x64.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.All|x64 Setup.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.All|x86 Setup.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|Win32.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|Win32.Build.0 = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|x64.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|x64.Build.0 = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|x64 Setup.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|x86 Setup.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|Win32.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|Win32.Build.0 = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|x64.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|x64.Build.0 = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|x64 Setup.ActiveCfg = All|Win32
{2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|x86 Setup.ActiveCfg = All|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
@@ -3867,6 +3886,7 @@ Global
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
{C13CC324-0032-4492-9A30-310A6BD64FF5} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
{019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
{2386B892-35F5-46CF-A0F0-10394D2FBF9B} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
{EC3E5C7F-EE09-47E2-80FE-546363D14A98} = {B8F5B47B-8568-46EB-B320-64C17D2A98BC}
{1AD3F51E-BBB6-4090-BA39-9DFAB1EF1F5F} = {0C808854-54D1-4230-BFF5-77B5FD905000}
{ACFFF684-4D19-4D48-AF12-88EA1D778BDF} = {0C808854-54D1-4230-BFF5-77B5FD905000}
...
...
libs/spandsp/src/libspandsp.2010.vcxproj
浏览文件 @
afc73fbe
...
...
@@ -194,6 +194,7 @@
<ClCompile
Include=
"lpc10_encode.c"
/>
<ClCompile
Include=
"lpc10_placev.c"
/>
<ClCompile
Include=
"lpc10_voicing.c"
/>
<ClCompile
Include=
"math_fixed.c"
/>
<ClCompile
Include=
"modem_echo.c"
/>
<ClCompile
Include=
"modem_connect_tones.c"
/>
<ClCompile
Include=
"noise.c"
/>
...
...
@@ -426,6 +427,9 @@
<Project>
{dee932ab-5911-4700-9eeb-8c7090a0a330}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference
Include=
"msvc\make_math_fixed_tables.2012.vcxproj"
>
<Project>
{2386b892-35f5-46cf-a0f0-10394d2fbf9b}
</Project>
</ProjectReference>
<ProjectReference
Include=
"msvc\make_modem_filter.2010.vcxproj"
>
<Project>
{329a6fa0-0fcc-4435-a950-e670aefa9838}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
...
...
libs/spandsp/src/libspandsp.2010.vcxproj.filters
浏览文件 @
afc73fbe
...
...
@@ -280,6 +280,9 @@
<ClCompile
Include=
"t42.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"math_fixed.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"spandsp\adsi.h"
>
...
...
libs/spandsp/src/libspandsp.2012.vcxproj
浏览文件 @
afc73fbe
<?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"
>
...
...
@@ -198,6 +198,7 @@
<ClCompile
Include=
"lpc10_encode.c"
/>
<ClCompile
Include=
"lpc10_placev.c"
/>
<ClCompile
Include=
"lpc10_voicing.c"
/>
<ClCompile
Include=
"math_fixed.c"
/>
<ClCompile
Include=
"modem_echo.c"
/>
<ClCompile
Include=
"modem_connect_tones.c"
/>
<ClCompile
Include=
"noise.c"
/>
...
...
@@ -430,6 +431,9 @@
<Project>
{dee932ab-5911-4700-9eeb-8c7090a0a330}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference
Include=
"msvc\make_math_fixed_tables.2012.vcxproj"
>
<Project>
{2386b892-35f5-46cf-a0f0-10394d2fbf9b}
</Project>
</ProjectReference>
<ProjectReference
Include=
"msvc\make_modem_filter.2012.vcxproj"
>
<Project>
{329a6fa0-0fcc-4435-a950-e670aefa9838}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
...
...
@@ -438,4 +442,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
libs/spandsp/src/libspandsp.2012.vcxproj.filters
浏览文件 @
afc73fbe
...
...
@@ -280,6 +280,9 @@
<ClCompile
Include=
"t42.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"math_fixed.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"spandsp\adsi.h"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论