This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / subsys / win32k / freetype / src / autohint / autohint.c
1 /***************************************************************************/
2 /*                                                                         */
3 /*  autohint.c                                                             */
4 /*                                                                         */
5 /*    Automatic Hinting wrapper (body only).                               */
6 /*                                                                         */
7 /*  Copyright 2000 Catharon Productions Inc.                               */
8 /*  Author: David Turner                                                   */
9 /*                                                                         */
10 /*  This file is part of the Catharon Typography Project and shall only    */
11 /*  be used, modified, and distributed under the terms of the Catharon     */
12 /*  Open Source License that should come with this file under the name     */
13 /*  `CatharonLicense.txt'.  By continuing to use, modify, or distribute    */
14 /*  this file you indicate that you have read the license and              */
15 /*  understand and accept it fully.                                        */
16 /*                                                                         */
17 /*  Note that this license is compatible with the FreeType license.        */
18 /*                                                                         */
19 /***************************************************************************/
20
21
22 #define FT_MAKE_OPTION_SINGLE_OBJECT
23
24 #ifdef FT_FLAT_COMPILE
25
26 #include "ahangles.c"
27 #include "ahglyph.c"
28 #include "ahglobal.c"
29 #include "ahhint.c"
30 #include "ahmodule.c"
31
32 #else
33
34 #include <freetype/src/autohint/ahangles.c>
35 #include <freetype/src/autohint/ahglyph.c>
36 #include <freetype/src/autohint/ahglobal.c>
37 #include <freetype/src/autohint/ahhint.c>
38 #include <freetype/src/autohint/ahmodule.c>
39
40 #endif
41
42
43 /* END */