contrib/OWB: add correct SDL dependency, fix compilers used
[AROS-Contrib.git] / freetype1 / lib / arch / ansi / freetype.c
blob820687a153330c139901761c58a00020e769291b
1 /* This file is part of the FreeType project */
3 /* Single file library component for the ANSI target */
4 #define TT_MAKE_OPTION_SINGLE_OBJECT
6 /* first include common core components */
8 #include "ttapi.c"
9 #include "ttcache.c"
10 #include "ttcalc.c"
11 #include "ttcmap.c"
12 #include "ttdebug.c"
13 #include "ttgload.c"
14 #include "ttinterp.c"
15 #include "ttload.c"
16 #include "ttobjs.c"
17 #include "ttraster.c"
19 /* then system-specific (or ANSI) components */
21 #include "ttfile.c"
22 #include "ttmemory.c"
23 #include "ttmutex.c"
25 /* the extensions are compiled separately, but we need to */
26 /* include the file ttextend.c if we want to support them */
28 #ifdef TT_CONFIG_OPTION_EXTEND_ENGINE
29 #include "ttextend.c"
30 #endif
32 /* END */