freetype/src/Jamfile
David Turner 5bf0a39485 * Jamrules, Jamfile, src/Jamfile, src/*/Jamfile: Adding jamfiles
to the source tree. see www.freetype.org/jam/index.html for details
2001-03-24 17:10:09 +00:00

29 lines
854 B
Plaintext

SubDir FT2_TOP src ;
# we need to add "freetype/src" to the current includ path in order
# to compile any part of FreeType 2..
#
SubDirHdrs [ FT2_SubDir src ] ;
# the file <freetype/internal/internal.h> is used to define macros that are
# later used in #include statements.. it needs to be parsed in order to
# record these definitions..
#
HDRMACRO [ FT2_SubDir include internal internal.h ] ;
SubInclude FT2_TOP src autohint ;
SubInclude FT2_TOP src base ;
SubInclude FT2_TOP src cache ;
SubInclude FT2_TOP src cff ;
SubInclude FT2_TOP src cid ;
SubInclude FT2_TOP src pcf ;
SubInclude FT2_TOP src psaux ;
SubInclude FT2_TOP src psnames ;
SubInclude FT2_TOP src raster ;
SubInclude FT2_TOP src sfnt ;
SubInclude FT2_TOP src smooth ;
SubInclude FT2_TOP src truetype ;
SubInclude FT2_TOP src type1 ;
SubInclude FT2_TOP src winfonts ;