* src/base/Jamfile, src/base/rules.mk, vms_make.com: adding

'ftlcdfil.c' to the list of compiled source files
This commit is contained in:
David Turner 2006-09-27 07:58:43 +00:00
parent 8a317cf7ab
commit 26bb2e27d1
3 changed files with 59 additions and 55 deletions

View File

@ -16,6 +16,9 @@
* include/freetype/config/ftheader.h: adding FT_LCD_FILTER_H
macro that points to <freetype/ftlcdfil.h>
* src/base/Jamfile, src/base/rules.mk, vms_make.com: adding
'ftlcdfil.c' to the list of compiled source files
2006-09-26 David Bustin
* src/pfr/pfrobjs.c (pfr_face_get_kerning): Skip adjustment bytes

View File

@ -42,6 +42,7 @@ BASE_SRC := $(BASE_DIR)/ftapi.c \
$(BASE_DIR)/ftrfork.c \
$(BASE_DIR)/ftstream.c \
$(BASE_DIR)/fttrigon.c \
$(BASE_DIR)/ftlcdfil.c \
$(BASE_DIR)/ftutil.c
# Base layer `extensions' sources

View File

@ -357,7 +357,7 @@ CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.builds.vms],[--.include],[--.src.base]
OBJS=ftbase.obj,ftinit.obj,ftglyph.obj,ftdebug.obj,ftbdf.obj,ftmm.obj,\
fttype1.obj,ftxf86.obj,ftpfr.obj,ftstroke.obj,ftwinfnt.obj,ftbbox.obj,\
ftbitmap.obj
ftbitmap.obj ftlcdfil.obj
all : $(OBJS)
library [--.lib]freetype.olb $(OBJS)