wine/dlls/inetcomm/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02: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