mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
13 lines
237 B
Makefile
13 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
|