mapi32: The Portuguese translation is in UTF-8.
[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         Da.rc \
18         De.rc \
19         En.rc \
20         Es.rc \
21         Fr.rc \
22         It.rc \
23         Lt.rc \
24         Nl.rc \
25         Pl.rc \
26         Pt.rc \
27         Ro.rc \
28         Ru.rc \
29         Si.rc \
30         version.rc
31
32 @MAKE_DLL_RULES@