[sfnt] Include `woff2tags.c' for building.
* src/sfnt/rules.mk (SFNT_DRV_SRC): Add `woff2tags.c'. * src/sfnt/sfnt.c: Include `woff2tags.c'.
This commit is contained in:
parent
b45c7dd5e2
commit
8c1e3fc339
@ -1,3 +1,11 @@
|
||||
2019-08-27 Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
|
||||
|
||||
[sfnt] Include `woff2tags.c' for building.
|
||||
|
||||
* src/sfnt/rules.mk (SFNT_DRV_SRC): Add `woff2tags.c'.
|
||||
|
||||
* src/sfnt/sfnt.c: Include `woff2tags.c'.
|
||||
|
||||
2019-08-27 Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
|
||||
|
||||
[sfnt] Add WOFF2 constants.
|
||||
|
@ -41,7 +41,8 @@ SFNT_DRV_SRC := $(SFNT_DIR)/pngshim.c \
|
||||
$(SFNT_DIR)/ttload.c \
|
||||
$(SFNT_DIR)/ttmtx.c \
|
||||
$(SFNT_DIR)/ttpost.c \
|
||||
$(SFNT_DIR)/ttsbit.c
|
||||
$(SFNT_DIR)/ttsbit.c \
|
||||
$(SFNT_DIR)/woff2tags.c
|
||||
|
||||
# SFNT driver headers
|
||||
#
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "ttmtx.c"
|
||||
#include "ttpost.c"
|
||||
#include "ttsbit.c"
|
||||
#include "woff2tags.c"
|
||||
|
||||
|
||||
/* END */
|
||||
|
Loading…
Reference in New Issue
Block a user