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"
VER-2-0-4-PATCH
David Turner 25 years ago
parent 271106133a
commit e608a3e0d2
  1. 1481
      src/base/ftgrays.c
  2. 3
      src/base/rules.mk

File diff suppressed because it is too large Load Diff

@ -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
#

Loading…
Cancel
Save