repo.or.cz
/
wine
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
shdoclc: Remove a space before an ellipsis in the Italian translation.
[wine/hramrach.git]
/
dlls
/
mapi32
/
Makefile.in
blob
71555768dfc8bf6acccc493aaedba03788afb99c
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
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
Cy.rc \
18
Da.rc \
19
De.rc \
20
En.rc \
21
Es.rc \
22
Fr.rc \
23
Ga.rc \
24
Hu.rc \
25
It.rc \
26
Ja.rc \
27
Ko.rc \
28
Lt.rc \
29
Nl.rc \
30
No.rc \
31
Pl.rc \
32
Pt.rc \
33
Ro.rc \
34
Ru.rc \
35
Si.rc \
36
Sv.rc \
37
Uk.rc \
38
version.rc
39
40
@MAKE_DLL_RULES@