freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master 66144c3: [builds/windows] Add `rsvg` port to pr


From: Werner Lemberg
Subject: [freetype2-demos] master 66144c3: [builds/windows] Add `rsvg` port to project files.
Date: Sun, 6 Feb 2022 15:59:56 -0500 (EST)

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

    [builds/windows] Add `rsvg` port to project files.
    
    * builds/windows/msvc/ftgamma.vcxproj: Updated.
    * builds/windows/msvc/ftgrid.vcxproj: Updated.
    * builds/windows/msvc/ftstring.vcxproj: Updated.
    * builds/windows/msvc/ftview.vcxproj: Updated.
---
 builds/windows/msvc/ftgamma.vcxproj  | 2 ++
 builds/windows/msvc/ftgrid.vcxproj   | 2 ++
 builds/windows/msvc/ftstring.vcxproj | 2 ++
 builds/windows/msvc/ftview.vcxproj   | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/builds/windows/msvc/ftgamma.vcxproj 
b/builds/windows/msvc/ftgamma.vcxproj
index 34f896c..da1f651 100644
--- a/builds/windows/msvc/ftgamma.vcxproj
+++ b/builds/windows/msvc/ftgamma.vcxproj
@@ -145,12 +145,14 @@
   <ItemGroup>
     <ClCompile Include="..\..\..\src\common.c" />
     <ClCompile Include="..\..\..\src\strbuf.c" />
+    <ClCompile Include="..\..\..\src\rsvg-port.c" />
     <ClCompile Include="..\..\..\src\ftcommon.c" />
     <ClCompile Include="..\..\..\src\ftgamma.c" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\..\..\src\common.h" />
     <ClInclude Include="..\..\..\src\strbuf.h" />
+    <ClInclude Include="..\..\..\src\rsvg-port.h" />
     <ClInclude Include="..\..\..\src\ftcommon.h" />
   </ItemGroup>
   <ItemGroup>
diff --git a/builds/windows/msvc/ftgrid.vcxproj 
b/builds/windows/msvc/ftgrid.vcxproj
index c571f8d..d17de38 100644
--- a/builds/windows/msvc/ftgrid.vcxproj
+++ b/builds/windows/msvc/ftgrid.vcxproj
@@ -147,6 +147,7 @@
     <ClCompile Include="..\..\..\src\mlgetopt.c" />
     <ClCompile Include="..\..\..\src\output.c" />
     <ClCompile Include="..\..\..\src\strbuf.c" />
+    <ClCompile Include="..\..\..\src\rsvg-port.c" />
     <ClCompile Include="..\..\..\src\ftpngout.c" />
     <ClCompile Include="..\..\..\src\ftcommon.c" />
     <ClCompile Include="..\..\..\src\ftgrid.c" />
@@ -156,6 +157,7 @@
     <ClInclude Include="..\..\..\src\mlgetopt.h" />
     <ClInclude Include="..\..\..\src\output.h" />
     <ClInclude Include="..\..\..\src\strbuf.h" />
+    <ClInclude Include="..\..\..\src\rsvg-port.h" />
     <ClInclude Include="..\..\..\src\ftcommon.h" />
   </ItemGroup>
   <ItemGroup>
diff --git a/builds/windows/msvc/ftstring.vcxproj 
b/builds/windows/msvc/ftstring.vcxproj
index de234fc..b305184 100644
--- a/builds/windows/msvc/ftstring.vcxproj
+++ b/builds/windows/msvc/ftstring.vcxproj
@@ -150,6 +150,7 @@
     <ClCompile Include="..\..\..\src\common.c" />
     <ClCompile Include="..\..\..\src\mlgetopt.c" />
     <ClCompile Include="..\..\..\src\strbuf.c" />
+    <ClCompile Include="..\..\..\src\rsvg-port.c" />
     <ClCompile Include="..\..\..\src\ftpngout.c" />
     <ClCompile Include="..\..\..\src\ftcommon.c" />
     <ClCompile Include="..\..\..\src\ftstring.c" />
@@ -158,6 +159,7 @@
     <ClInclude Include="..\..\..\src\common.h" />
     <ClInclude Include="..\..\..\src\mlgetopt.h" />
     <ClInclude Include="..\..\..\src\strbuf.h" />
+    <ClInclude Include="..\..\..\src\rsvg-port.h" />
     <ClInclude Include="..\..\..\src\ftcommon.h" />
   </ItemGroup>
   <ItemGroup>
diff --git a/builds/windows/msvc/ftview.vcxproj 
b/builds/windows/msvc/ftview.vcxproj
index a93fb0a..a98518e 100644
--- a/builds/windows/msvc/ftview.vcxproj
+++ b/builds/windows/msvc/ftview.vcxproj
@@ -146,6 +146,7 @@
     <ClCompile Include="..\..\..\src\common.c" />
     <ClCompile Include="..\..\..\src\mlgetopt.c" />
     <ClCompile Include="..\..\..\src\strbuf.c" />
+    <ClCompile Include="..\..\..\src\rsvg-port.c" />
     <ClCompile Include="..\..\..\src\ftpngout.c" />
     <ClCompile Include="..\..\..\src\ftcommon.c" />
     <ClCompile Include="..\..\..\src\ftview.c" />
@@ -154,6 +155,7 @@
     <ClInclude Include="..\..\..\src\common.h" />
     <ClInclude Include="..\..\..\src\mlgetopt.h" />
     <ClInclude Include="..\..\..\src\strbuf.h" />
+    <ClInclude Include="..\..\..\src\rsvg-port.h" />
     <ClInclude Include="..\..\..\src\ftcommon.h" />
   </ItemGroup>
   <ItemGroup>



reply via email to

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