mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
70f552c617
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
215 B
Makefile
14 lines
215 B
Makefile
MODULE = mapi32.dll
|
|
IMPORTLIB = mapi32
|
|
IMPORTS = uuid shlwapi shell32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
imalloc.c \
|
|
mapi32_main.c \
|
|
prop.c \
|
|
sendmail.c \
|
|
util.c
|
|
|
|
RC_SRCS = mapi32.rc
|