Hash : 8ccb4552 Author : Date : 2004-01-16T09:51:00
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
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