shithub: freetype+ttf2subf

ref: 4a80d05e51da5b1cedb9f5d15f363d5c44509f6a
dir: /src/type42/Jamfile/

View raw version
# FreeType 2 src/type42 Jamfile (c) 2002 David Turner
#

SubDir  FT2_TOP $(FT2_SRC_DIR) type42 ;

{
  local  _sources ;

  if $(FT2_MULTI)
  {
    _sources = t42objs t42parse t42drivr ;
  }
  else
  {
    _sources = type42 ;
  }

  Library  $(FT2_LIB) : $(_sources).c ;
}

# end of src/type42 Jamfile