freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master a173aead3: [builds/windows] Add SVG to to project fil


From: Werner Lemberg
Subject: [freetype2] master a173aead3: [builds/windows] Add SVG to to project files.
Date: Sun, 6 Feb 2022 08:29:01 -0500 (EST)

branch: master
commit a173aead31af672ea8777700d59f776097a5b244
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    [builds/windows] Add SVG to to project files.
    
    * builds/windows/vc2010/freetype.vcxproj: Updated.
    * builds/windows/vc2010/freetype.vcxproj.filters: Updated.
    * builds/windows/visualc/freetype.vcproj: Updated.
---
 builds/windows/vc2010/freetype.vcxproj         | 1 +
 builds/windows/vc2010/freetype.vcxproj.filters | 5 ++++-
 builds/windows/visualc/freetype.vcproj         | 4 ++++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/builds/windows/vc2010/freetype.vcxproj 
b/builds/windows/vc2010/freetype.vcxproj
index 0d38678db..4c9e2b497 100644
--- a/builds/windows/vc2010/freetype.vcxproj
+++ b/builds/windows/vc2010/freetype.vcxproj
@@ -485,6 +485,7 @@
     <ClCompile Include="..\..\..\src\sfnt\sfnt.c" />
     <ClCompile Include="..\..\..\src\smooth\smooth.c" />
     <ClCompile Include="..\..\..\src\sdf\sdf.c" />
+    <ClCompile Include="..\..\..\src\svg\svg.c" />
     <ClCompile Include="..\..\..\src\truetype\truetype.c" />
     <ClCompile Include="..\..\..\src\type1\type1.c" />
     <ClCompile Include="..\..\..\src\type42\type42.c" />
diff --git a/builds/windows/vc2010/freetype.vcxproj.filters 
b/builds/windows/vc2010/freetype.vcxproj.filters
index 3f68c8260..4085f6c4d 100644
--- a/builds/windows/vc2010/freetype.vcxproj.filters
+++ b/builds/windows/vc2010/freetype.vcxproj.filters
@@ -68,6 +68,9 @@
     <ClCompile Include="..\..\..\src\smooth\smooth.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\..\src\svg\svg.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
     <ClCompile Include="..\..\..\src\truetype\truetype.c">
       <Filter>Source Files</Filter>
     </ClCompile>
@@ -143,4 +146,4 @@
       <Filter>Source Files</Filter>
     </ResourceCompile>
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/builds/windows/visualc/freetype.vcproj 
b/builds/windows/visualc/freetype.vcproj
index 577e53dd6..a16782c23 100644
--- a/builds/windows/visualc/freetype.vcproj
+++ b/builds/windows/visualc/freetype.vcproj
@@ -442,6 +442,10 @@
                                RelativePath="..\..\..\src\smooth\smooth.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\src\svg\svg.c"
+                               >
+                       </File>
                        <Filter
                                Name="FT_MODULES"
                                >



reply via email to

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