freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] [builds/windows] Do not set CharacterSe


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] [builds/windows] Do not set CharacterSet for VC++.
Date: Wed, 18 Aug 2021 15:41:56 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

2 changed files:

Changes:

  • builds/windows/vc2010/freetype.vcxproj
    ... ... @@ -44,35 +44,35 @@
    44 44
       </PropertyGroup>
    
    45 45
       <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    
    46 46
         <ConfigurationType>DynamicLibrary</ConfigurationType>
    
    47
    -    <CharacterSet>Unicode</CharacterSet>
    
    47
    +    <CharacterSet>NotSet</CharacterSet>
    
    48 48
       </PropertyGroup>
    
    49 49
       <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    
    50 50
         <ConfigurationType>DynamicLibrary</ConfigurationType>
    
    51
    -    <CharacterSet>Unicode</CharacterSet>
    
    51
    +    <CharacterSet>NotSet</CharacterSet>
    
    52 52
       </PropertyGroup>
    
    53 53
       <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="Configuration">
    
    54 54
         <ConfigurationType>StaticLibrary</ConfigurationType>
    
    55
    -    <CharacterSet>Unicode</CharacterSet>
    
    55
    +    <CharacterSet>NotSet</CharacterSet>
    
    56 56
       </PropertyGroup>
    
    57 57
       <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'" Label="Configuration">
    
    58 58
         <ConfigurationType>StaticLibrary</ConfigurationType>
    
    59
    -    <CharacterSet>Unicode</CharacterSet>
    
    59
    +    <CharacterSet>NotSet</CharacterSet>
    
    60 60
       </PropertyGroup>
    
    61 61
       <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    
    62 62
         <ConfigurationType>DynamicLibrary</ConfigurationType>
    
    63
    -    <CharacterSet>Unicode</CharacterSet>
    
    63
    +    <CharacterSet>NotSet</CharacterSet>
    
    64 64
       </PropertyGroup>
    
    65 65
       <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    
    66 66
         <ConfigurationType>DynamicLibrary</ConfigurationType>
    
    67
    -    <CharacterSet>Unicode</CharacterSet>
    
    67
    +    <CharacterSet>NotSet</CharacterSet>
    
    68 68
       </PropertyGroup>
    
    69 69
       <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration">
    
    70 70
         <ConfigurationType>StaticLibrary</ConfigurationType>
    
    71
    -    <CharacterSet>Unicode</CharacterSet>
    
    71
    +    <CharacterSet>NotSet</CharacterSet>
    
    72 72
       </PropertyGroup>
    
    73 73
       <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'" Label="Configuration">
    
    74 74
         <ConfigurationType>StaticLibrary</ConfigurationType>
    
    75
    -    <CharacterSet>Unicode</CharacterSet>
    
    75
    +    <CharacterSet>NotSet</CharacterSet>
    
    76 76
       </PropertyGroup>
    
    77 77
       <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    
    78 78
       <ImportGroup Label="ExtensionSettings">
    

  • builds/windows/visualc/freetype.vcproj
    ... ... @@ -19,7 +19,7 @@
    19 19
     			ConfigurationType="2"
    
    20 20
     			UseOfMFC="0"
    
    21 21
     			ATLMinimizesCRunTimeLibraryUsage="false"
    
    22
    -			CharacterSet="1"
    
    22
    +			CharacterSet="0"
    
    23 23
     			>
    
    24 24
     			<Tool
    
    25 25
     				Name="VCPreBuildEventTool"
    
    ... ... @@ -95,7 +95,7 @@
    95 95
     			ConfigurationType="4"
    
    96 96
     			UseOfMFC="0"
    
    97 97
     			ATLMinimizesCRunTimeLibraryUsage="false"
    
    98
    -			CharacterSet="1"
    
    98
    +			CharacterSet="0"
    
    99 99
     			>
    
    100 100
     			<Tool
    
    101 101
     				Name="VCPreBuildEventTool"
    
    ... ... @@ -165,7 +165,7 @@
    165 165
     			ConfigurationType="2"
    
    166 166
     			UseOfMFC="0"
    
    167 167
     			ATLMinimizesCRunTimeLibraryUsage="false"
    
    168
    -			CharacterSet="1"
    
    168
    +			CharacterSet="0"
    
    169 169
     			>
    
    170 170
     			<Tool
    
    171 171
     				Name="VCPreBuildEventTool"
    
    ... ... @@ -238,7 +238,7 @@
    238 238
     			ConfigurationType="4"
    
    239 239
     			UseOfMFC="0"
    
    240 240
     			ATLMinimizesCRunTimeLibraryUsage="false"
    
    241
    -			CharacterSet="1"
    
    241
    +			CharacterSet="0"
    
    242 242
     			>
    
    243 243
     			<Tool
    
    244 244
     				Name="VCPreBuildEventTool"
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]