these files should build in win

This commit is contained in:
Anthony Minessale 2011-12-07 05:19:23 -06:00
parent 4a09e77f69
commit b7b94082ae
2 changed files with 7 additions and 2 deletions

View File

@ -301,6 +301,10 @@
RelativePath=".\mod_spandsp_fax.c" RelativePath=".\mod_spandsp_fax.c"
> >
</File> </File>
<File
RelativePath=".\mod_spandsp_modem.c"
>
</File>
<File <File
RelativePath=".\udptl.c" RelativePath=".\udptl.c"
> >

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"> <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">
@ -129,6 +129,7 @@
<ClCompile Include="mod_spandsp_codecs.c" /> <ClCompile Include="mod_spandsp_codecs.c" />
<ClCompile Include="mod_spandsp_dsp.c" /> <ClCompile Include="mod_spandsp_dsp.c" />
<ClCompile Include="mod_spandsp_fax.c" /> <ClCompile Include="mod_spandsp_fax.c" />
<ClCompile Include="mod_spandsp_modem.c" />
<ClCompile Include="udptl.c" /> <ClCompile Include="udptl.c" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
@ -148,4 +149,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>