wine/dlls/inetcomm/Makefile.in
Eric Pouech 2e38cb9efd inetcomm: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-11 10:58:46 +01:00

20 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