mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d63835c2e3
Implement MAPISendMail, stub MAPILogoff and make the stubs for MAPIInitialize, MAPILogon{,Ex} and MAPILogoff return success.
21 lines
360 B
Makefile
21 lines
360 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mapi32.dll
|
|
IMPORTLIB = libmapi32.$(IMPLIBEXT)
|
|
IMPORTS = shlwapi shell32 ole32 user32 kernel32 ntdll
|
|
EXTRALIBS = -luuid $(LIBUNICODE)
|
|
|
|
C_SRCS = \
|
|
imalloc.c \
|
|
mapi32_main.c \
|
|
prop.c \
|
|
sendmail.c \
|
|
util.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|