Hash : 9bfbf79c Author : Date : 2004-02-23T21:08:37
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 afloader afmodule afdummy ; } else { _sources = autofit ; } Library $(FT2_LIB) : $(_sources).c ; } # end of src/autofir Jamfile