|
|
|
@ -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> |
|
|
|
|