mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 04:10:04 +00:00
14 lines
237 B
Makefile
14 lines
237 B
Makefile
MODULE = mscoree.dll
|
|
IMPORTS = dbghelp uuid shell32 advapi32 ole32 oleaut32 shlwapi
|
|
|
|
C_SRCS = \
|
|
assembly.c \
|
|
config.c \
|
|
cordebug.c \
|
|
corruntimehost.c \
|
|
metadata.c \
|
|
metahost.c \
|
|
mscoree_main.c
|
|
|
|
IDL_SRCS = mscoree_classes.idl
|