Edit

kc3-lang/freetype/src/autohint/module.mk

Branch :

  • Show log

    Commit

  • Author : David Turner
    Date : 2000-07-19 20:02:14
    Hash : 3469d0d0
    Message : added auto-hinter module. Note that the code has been cleaned up, and it seems a bug was introduced ??? I'll start checking this under Linux, as debugging is a lot easier under this environment..

  • src/autohint/module.mk
  • make_module_list: add_autohint_module
    
    add_autohint_module:
    	$(OPEN_DRIVER)autohint_module_class$(CLOSE_DRIVER)
    	$(ECHO_DRIVER)autohint  $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
    
    # EOF