* src/base/ftbase.c: Undo change from 2006-09-30.

* src/base/rules.mk (BASE_SRC): Remove `ftlcdfil.c'.
This commit is contained in:
Werner Lemberg 2006-10-01 17:04:00 +00:00
parent df430e1a20
commit 2863cfa7c9
3 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,16 @@
2006-09-30 Werner Lemberg <wl@gnu.org>
2006-10-01 Werner Lemberg <wl@gnu.org>
* src/base/ftbase.c: Undo change from 2006-09-30.
* src/base/rules.mk (BASE_SRC): Remove `ftlcdfil.c'.
2006-09-30 David Turner <david@freetype.org>
* include/freetype/internal/ftobjs.h, src/base/ftobjs.c,
src/truetype/ttobjs.c: fixes related to the unpatented hinter
2006-09-30 Werner Lemberg <wl@gnu.org>
* src/base/rules.mk (BASE_SRC): Remove `ftapi.c' (which is no longer
in use).

View File

@ -23,7 +23,6 @@
#include "ftcalc.c"
#include "ftdbgmem.c"
#include "ftgloadr.c"
#include "ftlcdfil.c"
#include "ftnames.c"
#include "ftobjs.c"
#include "ftoutln.c"

View File

@ -38,7 +38,6 @@ BASE_COMPILE := $(FT_COMPILE) $I$(subst /,$(COMPILER_SEP),$(SRC_DIR)/base)
BASE_SRC := $(BASE_DIR)/ftcalc.c \
$(BASE_DIR)/ftdbgmem.c \
$(BASE_DIR)/ftgloadr.c \
$(BASE_DIR)/ftlcdfil.c \
$(BASE_DIR)/ftnames.c \
$(BASE_DIR)/ftobjs.c \
$(BASE_DIR)/ftoutln.c \