Edit

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

Branch :

  • Show log

    Commit

  • Author : David Turner
    Date : 2000-08-22 22:36:33
    Hash : 97488074
    Message : the psaux module is now nearly completed the "type1z" driver uses it to parse Type 1 charstrings (not to parse the Type 1 token stream yet though)..

  • src/psaux/module.mk
  • make_module_list: add_psaux_module
    
    add_psaux_module:
    	$(OPEN_DRIVER)psaux_module_class$(CLOSE_DRIVER)
    	$(ECHO_DRIVER)psaux     $(ECHO_DRIVER_DESC)Postscript Type 1 & Type 2 helper module$(ECHO_DRIVER_DONE)
    
    # EOF