imm32: Retrieve the graphics driver module from gdi32.
[wine] / dlls / inetcomm / Makefile.in
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_R_SRCS = inetcomm.idl
15
16 @MAKE_DLL_RULES@