forked from minhngoc25a/freetype2
* src/base/ftbase.c: Undo change from 2006-09-30.
* src/base/rules.mk (BASE_SRC): Remove `ftlcdfil.c'.
This commit is contained in:
parent
df430e1a20
commit
2863cfa7c9
11
ChangeLog
11
ChangeLog
|
@ -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).
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue