shithub: freetype+ttf2subf

ref: 5bf0a39485e0395f430604b279f9f4793f61ee32
dir: /src/smooth/Jamfile/

View raw version
SubDir FT2_TOP src smooth ;

SubDirHdrs [ FT2_SubDir src smooth ] ;

ft2_smooth_sources = ftgrays.c ftsmooth.c ;

if $(FT2_MULTI)
{
  Library $(FT2_LIB) : $(ft2_smooth_sources) ;
}
else
{
  Library $(FT2_LIB) : smooth.c ;
}