mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
TESTDLL = dmime.dll
|
|
IMPORTS = user32 ole32
|
|
|
|
C_SRCS = \
|
|
performance.c
|
|
|
|
@MAKE_TEST_RULES@
|