mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
11 lines
160 B
Makefile
11 lines
160 B
Makefile
MODULE = mscoree.dll
|
|
IMPORTS = dbghelp uuid shell32 advapi32
|
|
|
|
C_SRCS = \
|
|
assembly.c \
|
|
corruntimehost.c \
|
|
metahost.c \
|
|
mscoree_main.c
|
|
|
|
@MAKE_DLL_RULES@
|