projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
advapi32: Implement and test SystemFunction030.
[wine]
/
dlls
/
mapi32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mapi32.dll
6
IMPORTLIB = libmapi32.$(IMPLIBEXT)
7
IMPORTS = shlwapi shell32 ole32 user32 kernel32 ntdll
8
EXTRALIBS = -luuid $(LIBUNICODE)
9
10
C_SRCS = \
11
imalloc.c \
12
mapi32_main.c \
13
prop.c \
14
sendmail.c \
15
util.c
16
17
SUBDIRS = tests
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies: