wine/dlls/dwrite/Makefile.in
Alexandre Julliard 01ebf1ade4 dwrite: Use the same BiDi direction table as usp10.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-22 19:16:05 +02:00

21 lines
296 B
Makefile

MODULE = dwrite.dll
IMPORTLIB = dwrite
IMPORTS = user32 gdi32 advapi32
EXTRAINCL = $(FREETYPE_CFLAGS)
C_SRCS = \
analyzer.c \
bidi.c \
bracket.c \
direction.c \
font.c \
freetype.c \
gdiinterop.c \
layout.c \
linebreak.c \
main.c \
mirror.c \
opentype.c \
scripts.c \
shape.c