add a lib for rendering text in sdl2 and rules to make in makefile
This commit is contained in:
310
SDL2_ttf/VisualC-WinRT/SDL_ttf-UWP.vcxproj
Normal file
310
SDL2_ttf/VisualC-WinRT/SDL_ttf-UWP.vcxproj
Normal file
@@ -0,0 +1,310 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|ARM">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|ARM">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\SDL_ttf.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\SDL\VisualC-WinRT\SDL-UWP.vcxproj">
|
||||
<Project>{89e9b32e-a86a-47c3-a948-d2b1622925ce}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\external\freetype\src\autofit\autofit.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftbase.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftbbox.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftbdf.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftbitmap.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftcid.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftdebug.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftfstype.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftgasp.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftglyph.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftgxval.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftinit.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftmm.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftotval.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftpatent.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftpfr.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftstroke.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftsynth.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftsystem.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\fttype1.c" />
|
||||
<ClCompile Include="..\external\freetype\src\base\ftwinfnt.c" />
|
||||
<ClCompile Include="..\external\freetype\src\bdf\bdf.c" />
|
||||
<ClCompile Include="..\external\freetype\src\cache\ftcache.c" />
|
||||
<ClCompile Include="..\external\freetype\src\cff\cff.c" />
|
||||
<ClCompile Include="..\external\freetype\src\cid\type1cid.c" />
|
||||
<ClCompile Include="..\external\freetype\src\gzip\ftgzip.c" />
|
||||
<ClCompile Include="..\external\freetype\src\lzw\ftlzw.c" />
|
||||
<ClCompile Include="..\external\freetype\src\pcf\pcf.c" />
|
||||
<ClCompile Include="..\external\freetype\src\pfr\pfr.c" />
|
||||
<ClCompile Include="..\external\freetype\src\psaux\psaux.c" />
|
||||
<ClCompile Include="..\external\freetype\src\pshinter\pshinter.c" />
|
||||
<ClCompile Include="..\external\freetype\src\psnames\psmodule.c" />
|
||||
<ClCompile Include="..\external\freetype\src\raster\raster.c" />
|
||||
<ClCompile Include="..\external\freetype\src\sdf\sdf.c" />
|
||||
<ClCompile Include="..\external\freetype\src\sfnt\sfnt.c" />
|
||||
<ClCompile Include="..\external\freetype\src\smooth\smooth.c" />
|
||||
<ClCompile Include="..\external\freetype\src\svg\svg.c" />
|
||||
<ClCompile Include="..\external\freetype\src\truetype\truetype.c" />
|
||||
<ClCompile Include="..\external\freetype\src\type1\type1.c" />
|
||||
<ClCompile Include="..\external\freetype\src\type42\type42.c" />
|
||||
<ClCompile Include="..\external\freetype\src\winfonts\winfnt.c" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-aat-layout.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-aat-map.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-blob.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-buffer-serialize.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-buffer.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-common.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-face.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-fallback-shape.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-font.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ft.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ms-feature-ranges.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-number.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-cff1-table.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-cff2-table.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-face.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-font.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-layout.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-map.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-math.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-metrics.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-arabic.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-default.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-hangul.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-hebrew.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-indic-table.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-indic.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-khmer.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-myanmar.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-syllabic.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-thai.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-use.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-complex-vowel-constraints.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-fallback.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape-normalize.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-shape.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-tag.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ot-var.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-set.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-shape-plan.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-shape.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-shaper.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-static.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-ucd.cc" />
|
||||
<ClCompile Include="..\external\harfbuzz\src\hb-unicode.cc" />
|
||||
<ClCompile Include="..\SDL_ttf.c" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{18665277-e558-4484-93f4-e4dc7bb614cb}</ProjectGuid>
|
||||
<Keyword>DynamicLibrary</Keyword>
|
||||
<ProjectName>SDL2_ttf-UWP</ProjectName>
|
||||
<RootNamespace>SDL2_ttf_UWP</RootNamespace>
|
||||
<DefaultLanguage>en-US</DefaultLanguage>
|
||||
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
||||
<AppContainerApplication>true</AppContainerApplication>
|
||||
<ApplicationType>Windows Store</ApplicationType>
|
||||
<ApplicationTypeRevision>8.2</ApplicationTypeRevision>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformMinVersion>10.0.0.0</WindowsTargetPlatformMinVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<GenerateManifest>false</GenerateManifest>
|
||||
<IgnoreImportLibrary>false</IgnoreImportLibrary>
|
||||
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
||||
<TargetName>SDL2_ttf</TargetName>
|
||||
<IncludePath>..\external\freetype\include;..\external\harfbuzz\src;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<GenerateManifest>false</GenerateManifest>
|
||||
<IgnoreImportLibrary>false</IgnoreImportLibrary>
|
||||
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
||||
<TargetName>SDL2_ttf</TargetName>
|
||||
<IncludePath>..\external\freetype\include;..\external\harfbuzz\src;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
||||
<GenerateManifest>false</GenerateManifest>
|
||||
<IgnoreImportLibrary>false</IgnoreImportLibrary>
|
||||
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
||||
<TargetName>SDL2_ttf</TargetName>
|
||||
<IncludePath>..\external\freetype\include;..\external\harfbuzz\src;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
||||
<GenerateManifest>false</GenerateManifest>
|
||||
<IgnoreImportLibrary>false</IgnoreImportLibrary>
|
||||
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
||||
<TargetName>SDL2_ttf</TargetName>
|
||||
<IncludePath>..\external\freetype\include;..\external\harfbuzz\src;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<GenerateManifest>false</GenerateManifest>
|
||||
<IgnoreImportLibrary>false</IgnoreImportLibrary>
|
||||
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
||||
<TargetName>SDL2_ttf</TargetName>
|
||||
<IncludePath>..\external\freetype\include;..\external\harfbuzz\src;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<GenerateManifest>false</GenerateManifest>
|
||||
<IgnoreImportLibrary>false</IgnoreImportLibrary>
|
||||
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
||||
<TargetName>SDL2_ttf</TargetName>
|
||||
<IncludePath>..\external\freetype\include;..\external\harfbuzz\src;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<CompileAsWinRT>false</CompileAsWinRT>
|
||||
<AdditionalIncludeDirectories>..\include;..\src;..\src\codecs;..\src\codecs\timidity;..\external\ogg\include;..\external\vorbis\include;..\..\SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>DLL_EXPORT;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<CompileAsWinRT>false</CompileAsWinRT>
|
||||
<AdditionalIncludeDirectories>..\include;..\src;..\src\codecs;..\src\codecs\timidity;..\external\ogg\include;..\external\vorbis\include;..\..\SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>NDEBUG;DLL_EXPORT;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<CompileAsWinRT>false</CompileAsWinRT>
|
||||
<AdditionalIncludeDirectories>..\include;..\src;..\src\codecs;..\src\codecs\timidity;..\external\ogg\include;..\external\vorbis\include;..\..\SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>DLL_EXPORT;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<CompileAsWinRT>false</CompileAsWinRT>
|
||||
<AdditionalIncludeDirectories>..\include;..\src;..\src\codecs;..\src\codecs\timidity;..\external\ogg\include;..\external\vorbis\include;..\..\SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>NDEBUG;DLL_EXPORT;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<CompileAsWinRT>false</CompileAsWinRT>
|
||||
<AdditionalIncludeDirectories>..\include;..\src;..\src\codecs;..\src\codecs\timidity;..\external\ogg\include;..\external\vorbis\include;..\..\SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>DLL_EXPORT;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<CompileAsWinRT>false</CompileAsWinRT>
|
||||
<AdditionalIncludeDirectories>..\include;..\src;..\src\codecs;..\src\codecs\timidity;..\external\ogg\include;..\external\vorbis\include;..\..\SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>NDEBUG;DLL_EXPORT;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user