freetype2/src/autofit/Jamfile

19 lines
245 B
Plaintext
Raw Normal View History

2004-01-16 10:51:00 +01:00
SubDir FT2_TOP src autofit ;
{
local _sources ;
if $(FT2_MULTI)
{
_sources = afangles afglobal afhints aflatin ;
}
else
{
_sources = autofit ;
}
Library $(FT2_LIB) : $(_sources).c ;
}
# end of src/autofir Jamfile