mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
7 lines
107 B
Makefile
7 lines
107 B
Makefile
TESTDLL = mscoree.dll
|
|
IMPORTS = ole32 shlwapi uuid
|
|
|
|
C_SRCS = \
|
|
debugging.c \
|
|
metahost.c \
|
|
mscoree.c
|