mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
13 lines
209 B
Makefile
13 lines
209 B
Makefile
MODULE = mscoree.dll
|
|
IMPORTS = dbghelp uuid shell32 advapi32 ole32 oleaut32 shlwapi
|
|
|
|
C_SRCS = \
|
|
assembly.c \
|
|
config.c \
|
|
corruntimehost.c \
|
|
metadata.c \
|
|
metahost.c \
|
|
mscoree_main.c
|
|
|
|
@MAKE_DLL_RULES@
|