projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comctl32: Only support an alpha channel for 32-bpp DIB-based imagelists.
[wine]
/
dlls
/
mapi32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mapi32.dll
6
IMPORTLIB = mapi32
7
IMPORTS = uuid shlwapi shell32 user32 advapi32 kernel32
8
9
C_SRCS = \
10
imalloc.c \
11
mapi32_main.c \
12
prop.c \
13
sendmail.c \
14
util.c
15
16
RC_SRCS = \
17
De.rc \
18
En.rc \
19
Es.rc \
20
Fr.rc \
21
It.rc \
22
Lt.rc \
23
Nl.rc \
24
Ro.rc \
25
Ru.rc \
26
Si.rc \
27
version.rc
28
29
@MAKE_DLL_RULES@