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

5 6
EXTRADLLFLAGS = -mno-cygwin

7
C_SRCS = \
8
	imaptransport.c \
9
	inetcomm_main.c \
10
	internettransport.c \
11
	mimeintl.c \
12
	mimeole.c \
13
	pop3transport.c \
14
	protocol.c \
15
	smtptransport.c
16

17 18
RC_SRCS = inetcomm.rc

19
IDL_SRCS = inetcomm.idl