mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
8 lines
74 B
Makefile
8 lines
74 B
Makefile
TESTDLL = mpr.dll
|
|
IMPORTS = mpr
|
|
|
|
C_SRCS = \
|
|
mpr.c
|
|
|
|
@MAKE_TEST_RULES@
|