shithub: freetype+ttf2subf

ref: 679ea64ccc48de35d52f850bdbdf0e562d612d03
dir: /src/type1/Jamfile/

View raw version
SubDir FT2_TOP src type1 ;

SubDirHdrs [ FT2_SubDir src type1 ] ;

ft2_type1_sources = t1afm.c t1driver.c t1objs.c t1load.c t1gload.c
                    t1parse.c ;

if $(FT2_MULTI)
{
  Library $(FT2_LIB) : $(ft2_type1_sources) ;
}
else
{
  Library $(FT2_LIB) : type1.c ;
}