Edit

kc3-lang/freetype/src/autofit/Jamfile

Branch :

  • Show log

    Commit

  • Author : David Turner
    Date : 2004-02-23 21:08:37
    Hash : 9bfbf79c
    Message : adding support for dummy script, i.e. no-hinting for non latin glyphs

  • src/autofit/Jamfile
  • 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