mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
7 lines
88 B
Makefile
7 lines
88 B
Makefile
TESTDLL = mapi32.dll
|
|
IMPORTS = advapi32
|
|
|
|
SOURCES = \
|
|
imalloc.c \
|
|
prop.c \
|
|
util.c
|