shithub: freetype+ttf2subf

ref: 4a1bc8fcf60db43de515ac9ba2e9475ae95f6d67
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 ;
}