mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
12 lines
143 B
Makefile
12 lines
143 B
Makefile
MODULE = usp10.dll
|
|
IMPORTLIB = usp10
|
|
IMPORTS = gdi32
|
|
|
|
C_SRCS = \
|
|
bidi.c \
|
|
mirror.c \
|
|
shape.c \
|
|
shaping.c \
|
|
usp10.c
|
|
|
|
@MAKE_DLL_RULES@
|