mscoree: Add ICorDebug interface support.
[wine/multimedia.git] / dlls / mscoree / Makefile.in
bloba39c696324e877c08473eea131284f3438911159
1 MODULE = mscoree.dll
2 IMPORTS = dbghelp uuid shell32 advapi32 ole32 oleaut32 shlwapi
4 C_SRCS = \
5 assembly.c \
6 config.c \
7 cordebug.c \
8 corruntimehost.c \
9 metadata.c \
10 metahost.c \
11 mscoree_main.c
13 @MAKE_DLL_RULES@