mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
16 lines
282 B
Makefile
16 lines
282 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_R_SRCS = inetcomm.idl
|
|
|
|
@MAKE_DLL_RULES@
|