blob: 89cd844b35f32aa89b363cfd0799b9a14ab887f9 [file] [log] [blame]
David Turner5bf0a392001-03-24 17:10:09 +00001SubDir FT2_TOP src ;
2
3# we need to add "freetype/src" to the current includ path in order
4# to compile any part of FreeType 2..
5#
6SubDirHdrs [ FT2_SubDir src ] ;
7
8# the file <freetype/internal/internal.h> is used to define macros that are
9# later used in #include statements.. it needs to be parsed in order to
10# record these definitions..
11#
12HDRMACRO [ FT2_SubDir include internal internal.h ] ;
13
14SubInclude FT2_TOP src autohint ;
15SubInclude FT2_TOP src base ;
16SubInclude FT2_TOP src cache ;
17SubInclude FT2_TOP src cff ;
18SubInclude FT2_TOP src cid ;
19SubInclude FT2_TOP src pcf ;
20SubInclude FT2_TOP src psaux ;
21SubInclude FT2_TOP src psnames ;
22SubInclude FT2_TOP src raster ;
23SubInclude FT2_TOP src sfnt ;
24SubInclude FT2_TOP src smooth ;
25SubInclude FT2_TOP src truetype ;
26SubInclude FT2_TOP src type1 ;
27SubInclude FT2_TOP src winfonts ;
28