mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
17 lines
227 B
Makefile
17 lines
227 B
Makefile
MODULE = dwrite.dll
|
|
IMPORTLIB = dwrite
|
|
IMPORTS = user32 gdi32
|
|
|
|
C_SRCS = \
|
|
analyzer.c \
|
|
bidi.c \
|
|
bracket.c \
|
|
font.c \
|
|
gdiinterop.c \
|
|
layout.c \
|
|
linebreak.c \
|
|
main.c \
|
|
mirror.c \
|
|
opentype.c \
|
|
scripts.c \
|
|
shape.c
|