projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Pass an IWineD3DDeviceImpl pointer to delete_opengl_contexts().
[wine]
/
dlls
/
mapi32
/
Makefile.in
1
MODULE = mapi32.dll
2
IMPORTLIB = mapi32
3
IMPORTS = uuid shlwapi shell32 user32 advapi32
4
5
C_SRCS = \
6
imalloc.c \
7
mapi32_main.c \
8
prop.c \
9
sendmail.c \
10
util.c
11
12
RC_SRCS = \
13
Cy.rc \
14
Da.rc \
15
De.rc \
16
En.rc \
17
Es.rc \
18
Fr.rc \
19
Ga.rc \
20
He.rc \
21
Hu.rc \
22
It.rc \
23
Ja.rc \
24
Ko.rc \
25
Lt.rc \
26
Nl.rc \
27
No.rc \
28
Pl.rc \
29
Pt.rc \
30
Ro.rc \
31
Ru.rc \
32
Si.rc \
33
Sr.rc \
34
Sv.rc \
35
Uk.rc \
36
version.rc
37
38
@MAKE_DLL_RULES@