Sweden-Number/dlls/mapi32/Makefile.in

27 lines
423 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-18 23:23:49 +01:00
Fr.rc \
2009-12-17 21:01:28 +01:00
Lt.rc \
2009-12-21 18:52:30 +01:00
Ru.rc \
version.rc
2009-02-24 23:36:41 +01:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend