makefiles: Add a standard header for all makefiles to replace the common variable...
[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         Hu.rc \
21         It.rc \
22         Ja.rc \
23         Ko.rc \
24         Lt.rc \
25         Nl.rc \
26         No.rc \
27         Pl.rc \
28         Pt.rc \
29         Ro.rc \
30         Ru.rc \
31         Si.rc \
32         Sv.rc \
33         Uk.rc \
34         version.rc
35
36 @MAKE_DLL_RULES@