File tree 3 files changed +826
-1
lines changed
3 files changed +826
-1
lines changed Original file line number Diff line number Diff line change 1
1
MISPDIR =..
2
2
include $(MISPDIR ) /common.mak
3
3
4
- CFLAGS+ =-I$(FTDIR ) /include -include $(FTDIR ) /include/freetype/internal/internal.h
4
+ CFLAGS+ =-Iinclude - I$(FTDIR ) /include -include $(FTDIR ) /include/freetype/internal/internal.h
5
5
6
6
FTSRC =$(FTDIR ) /src
7
7
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file registers the FreeType modules compiled into the library.
3
+ *
4
+ * If you use GNU make, this file IS NOT USED! Instead, it is created in
5
+ * the objects directory (normally `<topdir>/objs/') based on information
6
+ * from `<topdir>/modules.cfg'.
7
+ *
8
+ * Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile
9
+ * FreeType without GNU make.
10
+ *
11
+ */
12
+
13
+ FT_USE_MODULE ( FT_Module_Class , autofit_module_class )
14
+ FT_USE_MODULE ( FT_Driver_ClassRec , tt_driver_class )
15
+ FT_USE_MODULE ( FT_Renderer_Class , ft_raster1_renderer_class )
16
+ FT_USE_MODULE ( FT_Renderer_Class , ft_smooth_renderer_class )
17
+ FT_USE_MODULE ( FT_Renderer_Class , ft_smooth_lcd_renderer_class )
18
+ FT_USE_MODULE ( FT_Renderer_Class , ft_smooth_lcdv_renderer_class )
19
+
20
+ /* EOF */
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments