shithub: freetype+ttf2subf

ref: 4a1bc8fcf60db43de515ac9ba2e9475ae95f6d67
dir: /src/cid/Jamfile/

View raw version
SubDir FT2_TOP src cid ;

SubDirHdrs [ FT2_SubDir src cid ] ;

{
  local  _sources ;

  if $(FT2_MULTI)
  {
    _sources = cidobjs.c cidload.c cidgload.c cidriver.c cidparse.c ;
  }
  else
  {
    _sources = type1cid.c ;
  }

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