Ignore:
Timestamp:
Jan 23, 2017 4:32:34 AM (7 years ago)
Author:
nanang
Message:

Re #1900: Reintegrated works in UWP branch to trunk.

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/third_party/build/webrtc/libwebrtc.vcxproj

    r5432 r5539  
    140140    <ClCompile Include="..\..\webrtc\src\webrtc\system_wrappers\source\cpu_features.cc" /> 
    141141  </ItemGroup> 
     142  <!-- Import common config --> 
     143  <Import Project="..\..\..\build\vs\pjproject-vs14-common-config.props" /> 
    142144  <PropertyGroup Label="Globals"> 
    143145    <ProjectGuid>{5BCF2773-3825-4D91-9D72-3E2F650DF1DB}</ProjectGuid> 
    144146    <RootNamespace>libwebrtc</RootNamespace> 
     147    <!-- Specific UWP property --> 
     148    <DefaultLanguage>en-US</DefaultLanguage> 
    145149  </PropertyGroup> 
    146150  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
     
    216220    <UseOfMfc>false</UseOfMfc> 
    217221    <CharacterSet>MultiByte</CharacterSet> 
     222  </PropertyGroup> 
     223  <!-- Override the PlatformToolset --> 
     224  <PropertyGroup> 
     225    <PlatformToolset>$(BuildToolset)</PlatformToolset> 
     226    <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 
    218227  </PropertyGroup> 
    219228  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 
     
    285294    <OutDir>..\..\lib\</OutDir> 
    286295  </PropertyGroup> 
     296  <!-- Compile and link option definition --> 
     297  <ItemDefinitionGroup> 
     298    <ClCompile> 
     299        <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 
     300    </ClCompile> 
     301  </ItemDefinitionGroup> 
    287302  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 
    288303    <ClCompile> 
Note: See TracChangeset for help on using the changeset viewer.