mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 17:31:15 +00:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
TESTDLL = mscoree.dll
|
|
IMPORTS = ole32 shlwapi uuid
|
|
|
|
C_SRCS = \
|
|
debugging.c \
|
|
metahost.c \
|
|
mscoree.c
|
|
|
|
@MAKE_TEST_RULES@
|