wine-wine/dlls/mapi32/Makefile.in

40 lines
482 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mapi32.dll
IMPORTLIB = mapi32
IMPORTS = uuid shlwapi shell32 user32 advapi32 kernel32
C_SRCS = \
imalloc.c \
mapi32_main.c \
prop.c \
sendmail.c \
util.c
RC_SRCS = \
2010-06-15 06:58:56 +00:00
Cy.rc \
Da.rc \
2009-12-17 17:56:19 +00:00
De.rc \
En.rc \
2010-02-13 00:14:07 +00:00
Es.rc \
2009-12-18 22:23:49 +00:00
Fr.rc \
2010-06-15 08:50:35 +00:00
Ga.rc \
2010-06-28 21:30:38 +00:00
Hu.rc \
2010-05-30 08:36:56 +00:00
It.rc \
2010-06-18 15:03:47 +00:00
Ja.rc \
2010-06-21 01:35:27 +00:00
Ko.rc \
2009-12-17 20:01:28 +00:00
Lt.rc \
2010-04-20 19:41:52 +00:00
Nl.rc \
No.rc \
2010-06-05 10:12:48 +00:00
Pl.rc \
Pt.rc \
2010-05-24 09:16:01 +00:00
Ro.rc \
2009-12-21 17:52:30 +00:00
Ru.rc \
2010-05-16 08:46:28 +00:00
Si.rc \
2010-07-07 13:29:31 +00:00
Uk.rc \
version.rc
2009-02-24 22:36:41 +00:00
@MAKE_DLL_RULES@