mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
windows fix for spandsp make_math_fixed_tables part 1
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?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>
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user