mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
15 lines
262 B
Makefile
15 lines
262 B
Makefile
MODULE = inetcomm.dll
|
|
IMPORTLIB = inetcomm
|
|
IMPORTS = uuid oleaut32 ole32 ws2_32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
imaptransport.c \
|
|
inetcomm_main.c \
|
|
internettransport.c \
|
|
mimeintl.c \
|
|
mimeole.c \
|
|
pop3transport.c \
|
|
smtptransport.c
|
|
|
|
IDL_SRCS = inetcomm.idl
|