mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
2e38cb9efd
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
19 lines
351 B
Makefile
19 lines
351 B
Makefile
MODULE = inetcomm.dll
|
|
IMPORTLIB = inetcomm
|
|
IMPORTS = uuid urlmon propsys oleaut32 ole32 ws2_32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
imaptransport.c \
|
|
inetcomm_main.c \
|
|
internettransport.c \
|
|
mimeintl.c \
|
|
mimeole.c \
|
|
pop3transport.c \
|
|
protocol.c \
|
|
smtptransport.c
|
|
|
|
RC_SRCS = inetcomm.rc
|
|
|
|
IDL_SRCS = inetcomm.idl
|