2010-08-24 11:48:01 +02:00
|
|
|
TESTDLL = mscoree.dll
|
2018-11-03 13:24:29 +01:00
|
|
|
IMPORTS = ole32 shlwapi uuid shell32
|
2010-08-24 11:48:01 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2018-11-03 13:24:29 +01:00
|
|
|
comtest.c \
|
2011-09-27 01:06:18 +02:00
|
|
|
debugging.c \
|
2010-09-21 22:55:05 +02:00
|
|
|
metahost.c \
|
2010-08-24 11:48:01 +02:00
|
|
|
mscoree.c
|
2018-11-03 13:24:29 +01:00
|
|
|
|
|
|
|
RC_SRCS = resource.rc
|
|
|
|
IDL_SRCS = interfaces.idl
|