mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
11 lines
179 B
Makefile
11 lines
179 B
Makefile
MODULE = mapi32.dll
|
|
IMPORTLIB = mapi32
|
|
IMPORTS = uuid shlwapi shell32 user32 advapi32
|
|
|
|
SOURCES = \
|
|
imalloc.c \
|
|
mapi32.rc \
|
|
mapi32_main.c \
|
|
prop.c \
|
|
sendmail.c \
|
|
util.c
|