2012-07-31 04:18:02 +00:00
|
|
|
MODULE = dwrite.dll
|
|
|
|
IMPORTLIB = dwrite
|
2015-06-10 06:03:35 +00:00
|
|
|
IMPORTS = user32 gdi32 advapi32
|
2014-11-21 08:48:23 +00:00
|
|
|
EXTRAINCL = $(FREETYPE_CFLAGS)
|
2012-07-24 10:05:18 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
2012-10-28 21:58:10 +00:00
|
|
|
analyzer.c \
|
2014-09-30 05:56:39 +00:00
|
|
|
bidi.c \
|
|
|
|
bracket.c \
|
2019-05-22 15:06:34 +00:00
|
|
|
direction.c \
|
2012-08-13 03:44:19 +00:00
|
|
|
font.c \
|
2014-11-21 08:48:23 +00:00
|
|
|
freetype.c \
|
2012-07-31 04:12:35 +00:00
|
|
|
gdiinterop.c \
|
2012-09-28 08:13:17 +00:00
|
|
|
layout.c \
|
2014-09-04 18:35:40 +00:00
|
|
|
linebreak.c \
|
2014-08-12 19:11:37 +00:00
|
|
|
main.c \
|
2014-10-05 13:16:49 +00:00
|
|
|
mirror.c \
|
2014-09-23 12:35:04 +00:00
|
|
|
opentype.c \
|
2014-10-05 13:07:46 +00:00
|
|
|
scripts.c \
|
2021-01-21 13:36:54 +00:00
|
|
|
shape.c \
|
2021-01-22 12:25:21 +00:00
|
|
|
shapers/arabic.c \
|
|
|
|
shapers/arabic_table.c
|