forked from native-toolkit/libfreetype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
files.xml
134 lines (123 loc) · 8.06 KB
/
files.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<xml>
<files id="native-toolkit-freetype-depends" >
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/config/ftconfig.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/config/ftheader.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/config/ftmodule.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/config/ftoption.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/config/ftstdlib.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ft2build.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftadvanc.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftbbox.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftbdf.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftbitmap.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftbzip2.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftcache.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftchapters.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftcid.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftdriver.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/fterrdef.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/fterrors.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftfntfmt.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftgasp.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftglyph.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftgxval.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftgzip.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftimage.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftincrem.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftlcdfil.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftlist.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftlzw.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftmac.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftmm.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftmodapi.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftmoderr.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftotval.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftoutln.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftparams.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftpfr.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftrender.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftsizes.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftsnames.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftstroke.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftsynth.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftsystem.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/fttrigon.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/fttypes.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ftwinfnt.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/t1tables.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/ttnameid.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/tttables.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/tttags.h"/>
</files>
<files id="native-toolkit-freetype" tags="" >
<cache value="1" />
<tag value="${NATIVE_TOOLKIT_OPTIM_TAG}" if="NATIVE_TOOLKIT_OPTIM_TAG" />
<depend files="native-toolkit-freetype-depends" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/freetype/include" />
<compilerflag value="-DFT2_BUILD_LIBRARY" />
<compilerflag value="-DNATIVE_TOOLKIT_HAVE_HARFBUZZ" if="NATIVE_TOOLKIT_HAVE_HARFBUZZ" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/harfbuzz/src" if="NATIVE_TOOLKIT_HAVE_HARFBUZZ" />
<compilerflag value="-DNATIVE_TOOLKIT_HAVE_PNG" if="NATIVE_TOOLKIT_HAVE_PNG" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/png" if="NATIVE_TOOLKIT_HAVE_PNG" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/autofit/autofit.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftadvanc.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftbbox.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftbitmap.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftcalc.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftcid.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftdbgmem.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftdebug.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftfntfmt.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftfstype.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftgasp.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftgloadr.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftglyph.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftgxval.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/fthash.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftinit.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftlcdfil.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftmm.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftobjs.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftotval.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftoutln.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftpatent.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftpfr.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftpsprop.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftrfork.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftsnames.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftstream.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftstroke.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftsynth.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftsystem.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/fttrigon.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/fttype1.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftutil.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftwinfnt.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/bdf/bdf.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/bzip2/ftbzip2.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cache/ftcache.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffcmap.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffdrivr.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffgload.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffload.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffobjs.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffparse.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffpic.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cid/type1cid.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/gzip/ftgzip.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/lzw/ftlzw.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/pcf/pcf.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/pfr/pfr.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/psaux/psaux.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/pshinter/pshinter.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/psnames/psmodule.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/raster/raster.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/sfnt/sfnt.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/smooth/smooth.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/truetype/truetype.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/type1/type1.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/type42/type42.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/winfonts/winfnt.c" />
</files>
</xml>