[Build-System] Windows: Fix APR build dependency in unimrcp and pthread dependency in libshout.

This commit is contained in:
Andrey Volk 2021-11-09 19:39:13 +03:00
parent f2a7891f14
commit 78da062bd9
7 changed files with 1085 additions and 1052 deletions

View File

@ -190,6 +190,11 @@
<ClInclude Include="include\mpf_termination_factory.h" />
<ClInclude Include="include\mpf_types.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\win32\apr\libapr.2017.vcxproj">
<Project>{f6c55d93-b927-4483-bb69-15aef3dd2dff}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -120,6 +120,11 @@
<ClCompile Include="src\mrcp_client.c" />
<ClCompile Include="src\mrcp_client_session.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\win32\apr\libapr.2017.vcxproj">
<Project>{f6c55d93-b927-4483-bb69-15aef3dd2dff}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -119,6 +119,11 @@
<ClCompile Include="src\mrcp_session_descriptor.c" />
<ClCompile Include="src\mrcp_sig_agent.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\win32\apr\libapr.2017.vcxproj">
<Project>{f6c55d93-b927-4483-bb69-15aef3dd2dff}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -152,6 +152,11 @@
<ClCompile Include="resources\src\mrcp_verifier_header.c" />
<ClCompile Include="resources\src\mrcp_verifier_resource.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\win32\apr\libapr.2017.vcxproj">
<Project>{f6c55d93-b927-4483-bb69-15aef3dd2dff}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -123,6 +123,11 @@
<ClCompile Include="src\mrcp_control_descriptor.c" />
<ClCompile Include="src\mrcp_server_connection.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\win32\apr\libapr.2017.vcxproj">
<Project>{f6c55d93-b927-4483-bb69-15aef3dd2dff}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -130,6 +130,11 @@
<ClCompile Include="src\rtsp_start_line.c" />
<ClCompile Include="src\rtsp_stream.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\win32\apr\libapr.2017.vcxproj">
<Project>{f6c55d93-b927-4483-bb69-15aef3dd2dff}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -182,6 +182,9 @@
<Project>{0feeaec6-4399-4c46-b7db-62ece80d15b4}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\pthread\pthread.2017.vcxproj">
<Project>{df018947-0fff-4eb3-bdee-441dc81da7a4}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">