Makefile.in 262 Bytes
Newer Older
1
MODULE    = inetcomm.dll
2
IMPORTLIB = inetcomm
3
IMPORTS   = uuid oleaut32 ole32 ws2_32 user32 advapi32
4 5

C_SRCS = \
6
	imaptransport.c \
7
	inetcomm_main.c \
8
	internettransport.c \
9
	mimeintl.c \
10
	mimeole.c \
11
	pop3transport.c \
12
	smtptransport.c
13

14
IDL_SRCS = inetcomm.idl