deps: Project tweaks to use default obj dir; ecere/dataTypes: Not using android_log_p...
[sdk] / deps / freetype-2.3.12 / freetype.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "libfreetype",
4    "Options" : {
5       "Optimization" : "None",
6       "PreprocessorDefinitions" : [
7          "FT2_BUILD_LIBRARY",
8          "FT_OPTION_AUTOFIT2"
9       ],
10       "IncludeDirs" : [
11          "../zlib",
12          "include",
13          "include/freetype",
14          "include/freetype/internal"
15       ],
16       "TargetType" : "StaticLibrary",
17       "TargetFileName" : "freetype",
18       "TargetDirectory" : "",
19       "ObjectsDirectory" : ""
20    },
21    "Configurations" : [
22       {
23          "Name" : "Debug",
24          "Options" : {
25             "Warnings" : "All",
26             "Debug" : true
27          }
28       },
29       {
30          "Name" : "Release",
31          "Options" : {
32             "Warnings" : "None",
33             "Optimization" : "None"
34          }
35       }
36    ],
37    "Files" : [
38       {
39          "Folder" : "src",
40          "Files" : [
41             {
42                "Folder" : "autofit",
43                "Files" : [
44                   "afglobal.c",
45                   "afindic.c",
46                   "autofit.c"
47                ]
48             },
49             {
50                "Folder" : "base",
51                "Files" : [
52                   "ftapi.c",
53                   "ftbase.c",
54                   "ftbbox.c",
55                   "ftbdf.c",
56                   "ftbitmap.c",
57                   "ftdebug.c",
58                   "ftgasp.c",
59                   "ftglyph.c",
60                   "ftgxval.c",
61                   "ftinit.c",
62                   "ftlcdfil.c",
63                   "ftmm.c",
64                   "ftotval.c",
65                   "ftpatent.c",
66                   "ftpfr.c",
67                   "ftstroke.c",
68                   "ftsynth.c",
69                   "ftsystem.c",
70                   "fttype1.c",
71                   "ftwinfnt.c",
72                   "ftxf86.c"
73                ]
74             },
75             {
76                "Folder" : "bdf",
77                "Files" : [
78                   "bdf.c"
79                ]
80             },
81             {
82                "Folder" : "cache",
83                "Files" : [
84                   "ftcache.c"
85                ]
86             },
87             {
88                "Folder" : "cff",
89                "Files" : [
90                   "cff.c"
91                ]
92             },
93             {
94                "Folder" : "cid",
95                "Files" : [
96                   "type1cid.c"
97                ]
98             },
99             {
100                "Folder" : "gxvalid",
101                "Files" : [
102                   "gxvalid.c"
103                ]
104             },
105             {
106                "Folder" : "gzip",
107                "Files" : [
108                   "ftgzip.c"
109                ]
110             },
111             {
112                "Folder" : "lzw",
113                "Files" : [
114                   "ftlzw.c"
115                ]
116             },
117             {
118                "Folder" : "otvalid",
119                "Files" : [
120                   "otvalid.c"
121                ]
122             },
123             {
124                "Folder" : "pcf",
125                "Files" : [
126                   "pcf.c"
127                ]
128             },
129             {
130                "Folder" : "pfr",
131                "Files" : [
132                   "pfr.c"
133                ]
134             },
135             {
136                "Folder" : "psaux",
137                "Files" : [
138                   "psaux.c"
139                ]
140             },
141             {
142                "Folder" : "pshinter",
143                "Files" : [
144                   "pshinter.c"
145                ]
146             },
147             {
148                "Folder" : "psnames",
149                "Files" : [
150                   "psnames.c"
151                ]
152             },
153             {
154                "Folder" : "raster",
155                "Files" : [
156                   "raster.c"
157                ]
158             },
159             {
160                "Folder" : "sfnt",
161                "Files" : [
162                   "sfnt.c"
163                ]
164             },
165             {
166                "Folder" : "smooth",
167                "Files" : [
168                   "smooth.c"
169                ]
170             },
171             {
172                "Folder" : "truetype",
173                "Files" : [
174                   "truetype.c"
175                ]
176             },
177             {
178                "Folder" : "type1c",
179                "Files" : [
180                   "src/type1/type1.c"
181                ]
182             },
183             {
184                "Folder" : "type42",
185                "Files" : [
186                   "type42.c"
187                ]
188             },
189             {
190                "Folder" : "winfonts",
191                "Files" : [
192                   "winfnt.c"
193                ]
194             }
195          ]
196       }
197    ],
198    "ResourcesPath" : "",
199    "Resources" : [
200
201    ]
202 }