freetype2/src/autofit/Jamfile

22 lines
339 B
Plaintext
Raw Normal View History

# FreeType 2 src/autofit Jamfile (c) 2003, 2004, 2005 David Turner
#
SubDir FT2_TOP src autofit ;
2004-01-16 10:51:00 +01:00
{
local _sources ;
if $(FT2_MULTI)
{
_sources = afangles afglobal afhints aflatin afloader afmodule afdummy ;
2004-01-16 10:51:00 +01:00
}
else
{
_sources = autofit ;
}
Library $(FT2_LIB) : $(_sources).c ;
}
# end of src/autofit Jamfile