Edit

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

Branch :

  • Show log

    Commit

  • Author : David Turner
    Date : 2000-07-26 19:04:08
    Hash : 5fe4c00e
    Message : - fixed the incorrect SO extension for Visual C++ - disabled the TrueType interpreter by default - disabled the "type1" driver, "type1z" is now used by default (the internal driver name is "type1" now !!)

  • src/type1z/module.mk
  • make_module_list: add_type1_driver
    
    add_type1_driver:
    	$(OPEN_DRIVER)t1_driver_class$(CLOSE_DRIVER)
    	$(ECHO_DRIVER)type1     $(ECHO_DRIVER_DESC)Postscript font files with extension *.pfa or *.pfb$(ECHO_DRIVER_DONE)
    
    # EOF