mirror of
https://github.com/reactos/wine.git
synced 2025-01-09 05:10:41 +00:00
9 lines
100 B
Makefile
9 lines
100 B
Makefile
TESTDLL = mscoree.dll
|
|
IMPORTS = shlwapi
|
|
|
|
C_SRCS = \
|
|
metahost.c \
|
|
mscoree.c
|
|
|
|
@MAKE_TEST_RULES@
|