wine/dlls/inetcomm/Makefile.in
Jacek Caban 37792a266d inetcomm: Added MimeOleObjectFromMoniker semi-stub implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-01 16:26:49 +01:00

18 lines
314 B
Makefile

MODULE = inetcomm.dll
IMPORTLIB = inetcomm
IMPORTS = uuid urlmon propsys oleaut32 ole32 ws2_32 user32 advapi32
C_SRCS = \
imaptransport.c \
inetcomm_main.c \
internettransport.c \
mimeintl.c \
mimeole.c \
pop3transport.c \
protocol.c \
smtptransport.c
RC_SRCS = inetcomm.rc
IDL_SRCS = inetcomm.idl