windows fix for spandsp make_math_fixed_tables part 1

This commit is contained in:
Jeff Lenk
2013-03-21 16:26:48 -05:00
parent c8df04fc4b
commit afc73fbe70
5 changed files with 36 additions and 2 deletions
+4
View File
@@ -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">
+6 -2
View File
@@ -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">