1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = inetcomm.dll
6 IMPORTLIB = inetcomm
7 IMPORTS = uuid oleaut32 ole32 ws2_32 user32 advapi32 kernel32
8
9 C_SRCS = \
10 imaptransport.c \
11 inetcomm_main.c \
12 internettransport.c \
13 mimeintl.c \
14 mimeole.c \
15 pop3transport.c \
16 regsvr.c \
17 smtptransport.c
18
19 @MAKE_DLL_RULES@
20
21 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.