mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[CHG] ftmodule.h is not needed since it's generated automatically
This commit is contained in:
parent
b1b3b20d24
commit
607a2e1966
2 changed files with 1 additions and 33 deletions
|
@ -60,7 +60,7 @@ T := -o$(space)
|
||||||
# ANSI compliance.
|
# ANSI compliance.
|
||||||
#
|
#
|
||||||
MACHDEP := -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float
|
MACHDEP := -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float
|
||||||
CFLAGS ?= -c -O2 $(MACHDEP) -I$(TOP_DIR)/include
|
CFLAGS ?= -c -O2 -Wall $(MACHDEP) -I$(TOP_DIR)/include
|
||||||
|
|
||||||
# ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
|
# ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,32 +0,0 @@
|
||||||
/*
|
|
||||||
* This file registers the FreeType modules compiled into the library.
|
|
||||||
*
|
|
||||||
* If you use GNU make, this file IS NOT USED! Instead, it is created in
|
|
||||||
* the objects directory (normally `<topdir>/objs/') based on information
|
|
||||||
* from `<topdir>/modules.cfg'.
|
|
||||||
*
|
|
||||||
* Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile
|
|
||||||
* FreeType without GNU make.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
FT_USE_MODULE( FT_Module_Class, autofit_module_class )
|
|
||||||
FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )
|
|
||||||
FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class )
|
|
||||||
FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class )
|
|
||||||
FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class )
|
|
||||||
FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class )
|
|
||||||
FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class )
|
|
||||||
FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class )
|
|
||||||
FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class )
|
|
||||||
FT_USE_MODULE( FT_Module_Class, psaux_module_class )
|
|
||||||
FT_USE_MODULE( FT_Module_Class, psnames_module_class )
|
|
||||||
FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
|
|
||||||
FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
|
|
||||||
FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
|
|
||||||
FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
|
|
||||||
FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class )
|
|
||||||
FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class )
|
|
||||||
FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
|
|
||||||
|
|
||||||
/* EOF */
|
|
Loading…
Reference in a new issue