mirror of
https://github.com/reactos/wine.git
synced 2025-01-10 05:41:29 +00:00
15 lines
204 B
Makefile
15 lines
204 B
Makefile
MODULE = mapi32.dll
|
|
IMPORTLIB = mapi32
|
|
IMPORTS = uuid shlwapi shell32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
imalloc.c \
|
|
mapi32_main.c \
|
|
prop.c \
|
|
sendmail.c \
|
|
util.c
|
|
|
|
RC_SRCS = mapi32.rc
|
|
|
|
@MAKE_DLL_RULES@
|