2006-10-06 11:21:02 +02:00
|
|
|
MODULE = mscoree.dll
|
2010-10-05 00:37:00 +02:00
|
|
|
IMPORTS = dbghelp uuid shell32 advapi32 ole32 oleaut32 shlwapi
|
2006-10-06 11:21:02 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2010-09-22 22:27:52 +02:00
|
|
|
assembly.c \
|
2010-10-05 00:37:00 +02:00
|
|
|
config.c \
|
2011-09-27 01:06:18 +02:00
|
|
|
cordebug.c \
|
2008-03-28 11:10:55 +01:00
|
|
|
corruntimehost.c \
|
2010-10-05 20:21:25 +02:00
|
|
|
metadata.c \
|
2010-09-22 21:09:04 +02:00
|
|
|
metahost.c \
|
2006-10-06 11:21:02 +02:00
|
|
|
mscoree_main.c
|
|
|
|
|
2013-12-31 18:15:17 +01:00
|
|
|
IDL_SRCS = mscoree_classes.idl
|