mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
windows fix for last esl commit
This commit is contained in:
parent
871c871b80
commit
dfdf4e1e23
@ -290,6 +290,10 @@
|
|||||||
RelativePath=".\esl.c"
|
RelativePath=".\esl.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\esl_buffer.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\esl_config.c"
|
RelativePath=".\esl_config.c"
|
||||||
>
|
>
|
||||||
@ -316,6 +320,10 @@
|
|||||||
RelativePath=".\include\esl.h"
|
RelativePath=".\include\esl.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\include\esl_buffer.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\include\esl_config.h"
|
RelativePath=".\include\esl_config.h"
|
||||||
>
|
>
|
||||||
|
@ -128,6 +128,7 @@
|
|||||||
<ClCompile Include="esl_event.c" />
|
<ClCompile Include="esl_event.c" />
|
||||||
<ClCompile Include="esl_json.c" />
|
<ClCompile Include="esl_json.c" />
|
||||||
<ClCompile Include="esl_threadmutex.c" />
|
<ClCompile Include="esl_threadmutex.c" />
|
||||||
|
<ClCompile Include="esl_buffer.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="include\esl.h" />
|
<ClInclude Include="include\esl.h" />
|
||||||
@ -135,6 +136,7 @@
|
|||||||
<ClInclude Include="include\esl_event.h" />
|
<ClInclude Include="include\esl_event.h" />
|
||||||
<ClInclude Include="include\esl_json.h" />
|
<ClInclude Include="include\esl_json.h" />
|
||||||
<ClInclude Include="include\esl_threadmutex.h" />
|
<ClInclude Include="include\esl_threadmutex.h" />
|
||||||
|
<ClInclude Include="include\esl_buffer.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user