mscoree: Implement ICorDebug EnumerateProcesses.
[wine] / dlls / mscoree / Makefile.in
1 MODULE    = mscoree.dll
2 IMPORTS   = dbghelp uuid shell32 advapi32 ole32 oleaut32 shlwapi
3
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
12
13 IDL_R_SRCS = mscoree_classes.idl
14
15 @MAKE_DLL_RULES@