reflect the new modules/drivers list management performed through the file `freetype2/config/modules.mk' Changed the driver header files to reflect the new modules/drivers list management. We get rid, at last, of the infamous pre-processor tricks used to build the list at compile time. `src/base/ftinit.c' is also modified to reflect the changes..
7 lines
222 B
Makefile
7 lines
222 B
Makefile
make_module_list: add_type1_driver
|
|
|
|
add_type1_driver:
|
|
$(OPEN_DRIVER)t1_driver_interface$(CLOSE_DRIVER)
|
|
$(ECHO_DRIVER)type1 $(ECHO_DRIVER_DESC) Postscript font files with extension *.pfa or *.pfb $(ECHO_DRIVER_DONE)
|
|
|