freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] [builds/windows] Add SVG to to project


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] [builds/windows] Add SVG to to project files.
Date: Sun, 06 Feb 2022 13:28:53 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

3 changed files:

Changes:

  • builds/windows/vc2010/freetype.vcxproj
    ... ... @@ -485,6 +485,7 @@
    485 485
         <ClCompile Include="..\..\..\src\sfnt\sfnt.c" />
    
    486 486
         <ClCompile Include="..\..\..\src\smooth\smooth.c" />
    
    487 487
         <ClCompile Include="..\..\..\src\sdf\sdf.c" />
    
    488
    +    <ClCompile Include="..\..\..\src\svg\svg.c" />
    
    488 489
         <ClCompile Include="..\..\..\src\truetype\truetype.c" />
    
    489 490
         <ClCompile Include="..\..\..\src\type1\type1.c" />
    
    490 491
         <ClCompile Include="..\..\..\src\type42\type42.c" />
    

  • builds/windows/vc2010/freetype.vcxproj.filters
    ... ... @@ -68,6 +68,9 @@
    68 68
         <ClCompile Include="..\..\..\src\smooth\smooth.c">
    
    69 69
           <Filter>Source Files</Filter>
    
    70 70
         </ClCompile>
    
    71
    +    <ClCompile Include="..\..\..\src\svg\svg.c">
    
    72
    +      <Filter>Source Files</Filter>
    
    73
    +    </ClCompile>
    
    71 74
         <ClCompile Include="..\..\..\src\truetype\truetype.c">
    
    72 75
           <Filter>Source Files</Filter>
    
    73 76
         </ClCompile>
    
    ... ... @@ -143,4 +146,4 @@
    143 146
           <Filter>Source Files</Filter>
    
    144 147
         </ResourceCompile>
    
    145 148
       </ItemGroup>
    
    146
    -</Project>
    \ No newline at end of file
    149
    +</Project>

  • builds/windows/visualc/freetype.vcproj
    ... ... @@ -442,6 +442,10 @@
    442 442
     				RelativePath="..\..\..\src\smooth\smooth.c"
    
    443 443
     				>
    
    444 444
     			</File>
    
    445
    +			<File
    
    446
    +				RelativePath="..\..\..\src\svg\svg.c"
    
    447
    +				>
    
    448
    +			</File>
    
    445 449
     			<Filter
    
    446 450
     				Name="FT_MODULES"
    
    447 451
     				>
    


  • reply via email to

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