wine/dlls/mapi32/Makefile.in

25 lines
405 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 = \
2009-12-17 18:56:19 +01:00
De.rc \
En.rc \
2009-12-17 22:01:28 +02:00
Lt.rc \
version.rc
2009-02-24 16:36:41 -06:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend