ref: 2a4fa1340e9bd585b61d8b0cad4c24fa1cb38682
dir: /src/type42/Jamfile/
# FreeType 2 src/type42 Jamfile (c) 2002 David Turner # SubDir FT2_TOP src type42 ; SubDirHdrs [ FT2_SubDir src type42 ] ; { local _sources ; if $(FT2_MULTI) { _sources = t42drivr ; } else { _sources = t42drivr ; } Library $(FT2_LIB) : $(_sources).c ; } # end of src/type42 Jamfile