mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
TESTDLL = usp10.dll
|
|
IMPORTS = usp10 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
usp10.c
|
|
|
|
@MAKE_TEST_RULES@
|