freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 74f1b6b: [builds/windows] Add SDF to VC2010 project.


From: Alexei Podtelezhnikov
Subject: [freetype2] master 74f1b6b: [builds/windows] Add SDF to VC2010 project.
Date: Mon, 4 Jan 2021 23:35:44 -0500 (EST)

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

    [builds/windows] Add SDF to VC2010 project.
    
    * builds/windows/vc2010/freetype.vcxproj: Updated;
    AfterBuild conveniences.
---
 ChangeLog                                      | 7 +++++++
 builds/windows/vc2010/freetype.vcxproj         | 9 +++++++--
 builds/windows/vc2010/freetype.vcxproj.filters | 5 ++++-
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 106ef84..90c97e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-01-04  Alexei Podtelezhnikov  <apodtele@gmail.com>
+
+       [builds/windows] Add SDF to VC2010 project.
+
+       * builds/windows/vc2010/freetype.vcxproj: Updated;
+       AfterBuild conveniences.
+
 2020-12-26  Werner Lemberg  <wl@gnu.org>
 
        [sdf] Use 'counter-clockwise', not 'anti-clockwise'.
diff --git a/builds/windows/vc2010/freetype.vcxproj 
b/builds/windows/vc2010/freetype.vcxproj
index 0ae9d8c..6178a56 100644
--- a/builds/windows/vc2010/freetype.vcxproj
+++ b/builds/windows/vc2010/freetype.vcxproj
@@ -346,6 +346,7 @@
     <ClCompile Include="..\..\..\src\raster\raster.c" />
     <ClCompile Include="..\..\..\src\sfnt\sfnt.c" />
     <ClCompile Include="..\..\..\src\smooth\smooth.c" />
+    <ClCompile Include="..\..\..\src\sdf\sdf.c" />
     <ClCompile Include="..\..\..\src\truetype\truetype.c" />
     <ClCompile Include="..\..\..\src\type1\type1.c" />
     <ClCompile Include="..\..\..\src\type42\type42.c" />
@@ -359,6 +360,10 @@
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
   <Target Name="AfterBuild">
-    <Copy SourceFiles="$(TargetPath)" DestinationFolder="..\..\..\objs" />
+    <ItemGroup>
+      <TargetFiles Include="$(TargetDir)$(TargetName).*" />
+    </ItemGroup>
+    <Copy SourceFiles="@(TargetFiles)" DestinationFolder="..\..\..\objs" />
+    <Copy SourceFiles="$(TargetDir)$(TargetFileName)" 
DestinationFolder="..\..\..\..\freetype2-demos\bin" 
Condition="'$(TargetExt)'=='.dll'" />
   </Target>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/builds/windows/vc2010/freetype.vcxproj.filters 
b/builds/windows/vc2010/freetype.vcxproj.filters
index 0fa15fd..bc7ce3d 100644
--- a/builds/windows/vc2010/freetype.vcxproj.filters
+++ b/builds/windows/vc2010/freetype.vcxproj.filters
@@ -65,6 +65,9 @@
     <ClCompile Include="..\..\..\src\sfnt\sfnt.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\..\src\sdf\sdf.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
     <ClCompile Include="..\..\..\src\smooth\smooth.c">
       <Filter>Source Files</Filter>
     </ClCompile>
@@ -140,4 +143,4 @@
       <Filter>Source Files</Filter>
     </ResourceCompile>
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>



reply via email to

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