mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
16 lines
227 B
Makefile
16 lines
227 B
Makefile
MODULE = usp10.dll
|
|
IMPORTLIB = usp10
|
|
IMPORTS = advapi32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
bidi.c \
|
|
bracket.c \
|
|
breaking.c \
|
|
indic.c \
|
|
indicsyllable.c \
|
|
linebreak.c \
|
|
mirror.c \
|
|
opentype.c \
|
|
shape.c \
|
|
shaping.c \
|
|
usp10.c
|