moved the smooth renderer to the base layer directory

it is compiled as a separate object, and its interface is
available in "include/ftgrays.h"
This commit is contained in:
David Turner 2000-05-02 10:53:11 +00:00
parent 271106133a
commit e608a3e0d2
2 changed files with 1483 additions and 1 deletions

1481
src/base/ftgrays.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -55,7 +55,8 @@ BASE_H := $(BASE_)ftcalc.h \
# symbols is used by the application.
#
BASE_EXT_SRC := $(BASE_)ftraster.c \
$(BASE_)ftglyph.c
$(BASE_)ftglyph.c \
$(BASE_)ftgrays.c
# Base layer extensions headers
#