forked from mia/Aegisub
0d6edabbdc
Originally committed to SVN as r5161.
17 lines
640 B
XML
17 lines
640 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<_PropertySheetDisplayName>Freetype 2 support</_PropertySheetDisplayName>
|
|
</PropertyGroup>
|
|
|
|
<!-- Include and link Freetype 2 based on some user properties -->
|
|
<PropertyGroup>
|
|
<IncludePath>$(Ft2IncludePath);$(IncludePath)</IncludePath>
|
|
<LibraryPath>$(Ft2LibraryPath);$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<Link>
|
|
<AdditionalDependencies>$(Ft2LibraryName);%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
</Project>
|