mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 18:27:13 +00:00
20 lines
272 B
Makefile
20 lines
272 B
Makefile
MODULE = dwrite.dll
|
|
IMPORTLIB = dwrite
|
|
IMPORTS = user32 gdi32
|
|
EXTRAINCL = $(FREETYPE_CFLAGS)
|
|
|
|
C_SRCS = \
|
|
analyzer.c \
|
|
bidi.c \
|
|
bracket.c \
|
|
font.c \
|
|
freetype.c \
|
|
gdiinterop.c \
|
|
layout.c \
|
|
linebreak.c \
|
|
main.c \
|
|
mirror.c \
|
|
opentype.c \
|
|
scripts.c \
|
|
shape.c
|