[builds/windows] Add SDF to VC2010 project.
* builds/windows/vc2010/freetype.vcxproj: Updated; AfterBuild conveniences.
This commit is contained in:
parent
c6ff2556c8
commit
74f1b6be4a
@ -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'.
|
||||
|
@ -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>
|
||||
</Project>
|
||||
|
@ -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>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user