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