shithub: freetype+ttf2subf

ref: 5bf0a39485e0395f430604b279f9f4793f61ee32
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) ;
}