these files should build in win
This commit is contained in:
parent
4a09e77f69
commit
b7b94082ae
|
@ -301,6 +301,10 @@
|
|||
RelativePath=".\mod_spandsp_fax.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mod_spandsp_modem.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\udptl.c"
|
||||
>
|
||||
|
|
|
@ -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">
|
||||
|
@ -129,6 +129,7 @@
|
|||
<ClCompile Include="mod_spandsp_codecs.c" />
|
||||
<ClCompile Include="mod_spandsp_dsp.c" />
|
||||
<ClCompile Include="mod_spandsp_fax.c" />
|
||||
<ClCompile Include="mod_spandsp_modem.c" />
|
||||
<ClCompile Include="udptl.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -148,4 +149,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue