1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00

Fix comment typos

This commit is contained in:
Samuel Gomes 2024-01-13 14:53:02 +05:30
parent 1abe761789
commit 4aba002be5

View file

@ -8,9 +8,9 @@
# autofit.c, bdf.c, cff.c, ftbase.c, ftcache.c, gxvalid.c, gxvfgen.c,
# otvalid.c, pcf.c, pfr.c, pshinter.c, psnames.c, raster.c, sdf.c, sfnt.c,
# smooth.c, svg.c, truetype.c, type1.c, type1cid.c, type42.c
# 2. Copy the FreeType "include" directory *without* flattening!
# 3. Include <freetype/internal/compiler-macros.h> in "ftzopen.h".
# 4. Include <freetype/config/ftstdlib.h> in "zutil.h".
# 3. Copy the FreeType "include" directory *without* flattening!
# 4. Include <freetype/internal/compiler-macros.h> in "ftzopen.h".
# 5. Include <freetype/config/ftstdlib.h> in "zutil.h".
FREETYPE_SRCS := $(wildcard $(PATH_INTERNAL_C)/parts/video/font/freetype/*.c)