ref: 89d4e4bd9a4fccd6a40373727ef1f667a3bd8cb2
dir: /src/raster/Jamfile/
# FreeType 2 src/raster Jamfile (c) 2001 David Turner
#
SubDir FT2_TOP $(FT2_SRC_DIR) raster ;
{
local _sources ;
if $(FT2_MULTI)
{
_sources = ftraster ftrend1 ;
}
else
{
_sources = raster ;
}
Library $(FT2_LIB) : $(_sources).c ;
}
# end of src/raster Jamfile