2007-11-02 12:35:34 +01:00
|
|
|
MODULE = inetcomm.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = inetcomm
|
2017-02-01 11:22:27 +01:00
|
|
|
IMPORTS = uuid urlmon propsys oleaut32 ole32 ws2_32 user32 advapi32
|
2007-11-02 12:35:34 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2008-09-25 13:56:09 +02:00
|
|
|
imaptransport.c \
|
2007-11-02 12:39:03 +01:00
|
|
|
inetcomm_main.c \
|
2007-11-02 14:46:13 +01:00
|
|
|
internettransport.c \
|
2008-09-10 13:05:37 +02:00
|
|
|
mimeintl.c \
|
2007-11-02 12:49:29 +01:00
|
|
|
mimeole.c \
|
2008-10-30 15:05:24 +01:00
|
|
|
pop3transport.c \
|
2017-01-25 12:05:47 +01:00
|
|
|
protocol.c \
|
2008-10-30 15:05:39 +01:00
|
|
|
smtptransport.c
|
2007-11-02 12:35:34 +01:00
|
|
|
|
2017-01-25 12:05:32 +01:00
|
|
|
RC_SRCS = inetcomm.rc
|
|
|
|
|
2013-12-31 18:15:17 +01:00
|
|
|
IDL_SRCS = inetcomm.idl
|