mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
16 lines
218 B
Makefile
16 lines
218 B
Makefile
MODULE = usp10.dll
|
|
IMPORTLIB = usp10
|
|
IMPORTS = advapi32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
bidi.c \
|
|
breaking.c \
|
|
indic.c \
|
|
indicsyllable.c \
|
|
linebreak.c \
|
|
mirror.c \
|
|
shape.c \
|
|
shaping.c \
|
|
usp10.c
|
|
|
|
@MAKE_DLL_RULES@
|