wine/dlls/mscoree/Makefile.in
Alexandre Julliard f89ab56ef6 mscoree: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-07-05 17:34:22 +02:00

18 lines
323 B
Makefile

MODULE = mscoree.dll
IMPORTS = dbghelp uuid shell32 advapi32 ole32 oleaut32 shlwapi
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
assembly.c \
config.c \
cordebug.c \
corruntimehost.c \
metadata.c \
metahost.c \
mscoree_main.c
IDL_SRCS = mscoree_classes.idl
metahost_EXTRADEFS = -DINSTALL_DATADIR="\"${datadir}\""