mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
13 lines
143 B
Makefile
13 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@
|