mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
10 lines
171 B
Makefile
10 lines
171 B
Makefile
TESTDLL = mscoree.dll
|
|
IMPORTS = ole32 shlwapi uuid shell32 advapi32
|
|
|
|
SOURCES = \
|
|
comtest.c \
|
|
debugging.c \
|
|
interfaces.idl \
|
|
metahost.c \
|
|
mscoree.c \
|
|
resource.rc
|