Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 4ae19db

Browse files
committed
harfbuzzのutilをビルド
1 parent f3b7031 commit 4ae19db

File tree

5 files changed

+195
-5
lines changed

5 files changed

+195
-5
lines changed

hb-shape/hb-shape.vcxproj

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release|Win32">
9+
<Configuration>Release</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Debug|x64">
13+
<Configuration>Debug</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|x64">
17+
<Configuration>Release</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
20+
</ItemGroup>
21+
<PropertyGroup Label="Globals">
22+
<VCProjectVersion>15.0</VCProjectVersion>
23+
<ProjectGuid>{F34C75F5-A6AF-469A-97FE-AC59BF19D65A}</ProjectGuid>
24+
<RootNamespace>hbshape</RootNamespace>
25+
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
26+
</PropertyGroup>
27+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29+
<ConfigurationType>Application</ConfigurationType>
30+
<UseDebugLibraries>true</UseDebugLibraries>
31+
<PlatformToolset>v141</PlatformToolset>
32+
<CharacterSet>MultiByte</CharacterSet>
33+
</PropertyGroup>
34+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35+
<ConfigurationType>Application</ConfigurationType>
36+
<UseDebugLibraries>false</UseDebugLibraries>
37+
<PlatformToolset>v141</PlatformToolset>
38+
<WholeProgramOptimization>true</WholeProgramOptimization>
39+
<CharacterSet>MultiByte</CharacterSet>
40+
</PropertyGroup>
41+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42+
<ConfigurationType>Application</ConfigurationType>
43+
<UseDebugLibraries>true</UseDebugLibraries>
44+
<PlatformToolset>v141</PlatformToolset>
45+
<CharacterSet>MultiByte</CharacterSet>
46+
</PropertyGroup>
47+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48+
<ConfigurationType>Application</ConfigurationType>
49+
<UseDebugLibraries>false</UseDebugLibraries>
50+
<PlatformToolset>v141</PlatformToolset>
51+
<WholeProgramOptimization>true</WholeProgramOptimization>
52+
<CharacterSet>MultiByte</CharacterSet>
53+
</PropertyGroup>
54+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55+
<ImportGroup Label="ExtensionSettings">
56+
</ImportGroup>
57+
<ImportGroup Label="Shared">
58+
</ImportGroup>
59+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61+
</ImportGroup>
62+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64+
</ImportGroup>
65+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
66+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67+
</ImportGroup>
68+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
69+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70+
</ImportGroup>
71+
<PropertyGroup Label="UserMacros" />
72+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73+
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);C:\Users\m_fujii\Documents\GitHub\vcpkg\installed\x86-windows\include;C:\Users\m_fujii\Documents\GitHub\vcpkg\installed\x86-windows\include\harfbuzz;</IncludePath>
74+
</PropertyGroup>
75+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76+
<ClCompile>
77+
<WarningLevel>Level4</WarningLevel>
78+
<Optimization>Disabled</Optimization>
79+
<SDLCheck>true</SDLCheck>
80+
<PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);HAVE_OT;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
81+
</ClCompile>
82+
</ItemDefinitionGroup>
83+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
84+
<ClCompile>
85+
<WarningLevel>Level3</WarningLevel>
86+
<Optimization>Disabled</Optimization>
87+
<SDLCheck>true</SDLCheck>
88+
</ClCompile>
89+
</ItemDefinitionGroup>
90+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
91+
<ClCompile>
92+
<WarningLevel>Level3</WarningLevel>
93+
<Optimization>MaxSpeed</Optimization>
94+
<FunctionLevelLinking>true</FunctionLevelLinking>
95+
<IntrinsicFunctions>true</IntrinsicFunctions>
96+
<SDLCheck>true</SDLCheck>
97+
</ClCompile>
98+
<Link>
99+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
100+
<OptimizeReferences>true</OptimizeReferences>
101+
</Link>
102+
</ItemDefinitionGroup>
103+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
104+
<ClCompile>
105+
<WarningLevel>Level3</WarningLevel>
106+
<Optimization>MaxSpeed</Optimization>
107+
<FunctionLevelLinking>true</FunctionLevelLinking>
108+
<IntrinsicFunctions>true</IntrinsicFunctions>
109+
<SDLCheck>true</SDLCheck>
110+
</ClCompile>
111+
<Link>
112+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
113+
<OptimizeReferences>true</OptimizeReferences>
114+
</Link>
115+
</ItemDefinitionGroup>
116+
<ItemGroup>
117+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\hb-shape.cc" />
118+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\options.cc" />
119+
</ItemGroup>
120+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
121+
<ImportGroup Label="ExtensionTargets">
122+
</ImportGroup>
123+
</Project>

hb-shape/hb-shape.vcxproj.filters

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="ソース ファイル">
5+
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6+
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7+
</Filter>
8+
<Filter Include="ヘッダー ファイル">
9+
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10+
<Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
11+
</Filter>
12+
<Filter Include="リソース ファイル">
13+
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
14+
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
15+
</Filter>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\hb-shape.cc">
19+
<Filter>ソース ファイル</Filter>
20+
</ClCompile>
21+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\options.cc">
22+
<Filter>ソース ファイル</Filter>
23+
</ClCompile>
24+
</ItemGroup>
25+
</Project>

hbTools.sln

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26730.16
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hbTools", "hbTools\hbTools.vcxproj", "{EA3819A1-4ADC-4BE1-880A-79008E875280}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hb-view", "hbTools\hbTools.vcxproj", "{EA3819A1-4ADC-4BE1-880A-79008E875280}"
7+
EndProject
8+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hb-shape", "hb-shape\hb-shape.vcxproj", "{F34C75F5-A6AF-469A-97FE-AC59BF19D65A}"
79
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -21,6 +23,14 @@ Global
2123
{EA3819A1-4ADC-4BE1-880A-79008E875280}.Release|x64.Build.0 = Release|x64
2224
{EA3819A1-4ADC-4BE1-880A-79008E875280}.Release|x86.ActiveCfg = Release|Win32
2325
{EA3819A1-4ADC-4BE1-880A-79008E875280}.Release|x86.Build.0 = Release|Win32
26+
{F34C75F5-A6AF-469A-97FE-AC59BF19D65A}.Debug|x64.ActiveCfg = Debug|x64
27+
{F34C75F5-A6AF-469A-97FE-AC59BF19D65A}.Debug|x64.Build.0 = Debug|x64
28+
{F34C75F5-A6AF-469A-97FE-AC59BF19D65A}.Debug|x86.ActiveCfg = Debug|Win32
29+
{F34C75F5-A6AF-469A-97FE-AC59BF19D65A}.Debug|x86.Build.0 = Debug|Win32
30+
{F34C75F5-A6AF-469A-97FE-AC59BF19D65A}.Release|x64.ActiveCfg = Release|x64
31+
{F34C75F5-A6AF-469A-97FE-AC59BF19D65A}.Release|x64.Build.0 = Release|x64
32+
{F34C75F5-A6AF-469A-97FE-AC59BF19D65A}.Release|x86.ActiveCfg = Release|Win32
33+
{F34C75F5-A6AF-469A-97FE-AC59BF19D65A}.Release|x86.Build.0 = Release|Win32
2434
EndGlobalSection
2535
GlobalSection(SolutionProperties) = preSolution
2636
HideSolutionNode = FALSE

hbTools/hbTools.vcxproj

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,20 @@
1818
<Platform>x64</Platform>
1919
</ProjectConfiguration>
2020
</ItemGroup>
21+
<ItemGroup>
22+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\ansi-print.cc" />
23+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\hb-view.cc" />
24+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\helper-cairo-ansi.cc" />
25+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\helper-cairo.cc" />
26+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\options.cc" />
27+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\view-cairo.cc" />
28+
</ItemGroup>
2129
<PropertyGroup Label="Globals">
2230
<VCProjectVersion>15.0</VCProjectVersion>
2331
<ProjectGuid>{EA3819A1-4ADC-4BE1-880A-79008E875280}</ProjectGuid>
2432
<RootNamespace>hbTools</RootNamespace>
2533
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
34+
<ProjectName>hb-view</ProjectName>
2635
</PropertyGroup>
2736
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2837
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -69,12 +78,17 @@
6978
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7079
</ImportGroup>
7180
<PropertyGroup Label="UserMacros" />
72-
<PropertyGroup />
81+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82+
<IncludePath>C:\Users\m_fujii\Documents\GitHub\vcpkg\installed\x86-windows\include;C:\Users\m_fujii\Documents\GitHub\vcpkg\installed\x86-windows\include\harfbuzz;$(IncludePath)</IncludePath>
83+
</PropertyGroup>
7384
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7485
<ClCompile>
75-
<WarningLevel>Level3</WarningLevel>
86+
<WarningLevel>Level4</WarningLevel>
7687
<Optimization>Disabled</Optimization>
7788
<SDLCheck>true</SDLCheck>
89+
<PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);HAVE_OT;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
90+
<ShowIncludes>true</ShowIncludes>
91+
<UseFullPaths>true</UseFullPaths>
7892
</ClCompile>
7993
</ItemDefinitionGroup>
8094
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -110,8 +124,6 @@
110124
<OptimizeReferences>true</OptimizeReferences>
111125
</Link>
112126
</ItemDefinitionGroup>
113-
<ItemGroup>
114-
</ItemGroup>
115127
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
116128
<ImportGroup Label="ExtensionTargets">
117129
</ImportGroup>

hbTools/hbTools.vcxproj.filters

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,24 @@
1414
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
1515
</Filter>
1616
</ItemGroup>
17+
<ItemGroup>
18+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\hb-view.cc">
19+
<Filter>ソース ファイル</Filter>
20+
</ClCompile>
21+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\options.cc">
22+
<Filter>ソース ファイル</Filter>
23+
</ClCompile>
24+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\view-cairo.cc">
25+
<Filter>ソース ファイル</Filter>
26+
</ClCompile>
27+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\helper-cairo-ansi.cc">
28+
<Filter>ソース ファイル</Filter>
29+
</ClCompile>
30+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\ansi-print.cc">
31+
<Filter>ソース ファイル</Filter>
32+
</ClCompile>
33+
<ClCompile Include="..\..\vcpkg\buildtrees\harfbuzz\src\harfbuzz-1.4.6\util\helper-cairo.cc">
34+
<Filter>ソース ファイル</Filter>
35+
</ClCompile>
36+
</ItemGroup>
1737
</Project>

0 commit comments

Comments
 (0)