mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d327527cec
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
242 B
Makefile
14 lines
242 B
Makefile
MODULE = ws2_32.dll
|
|
IMPORTLIB = ws2_32
|
|
DELAYIMPORTS = advapi32 iphlpapi user32
|
|
EXTRALIBS = $(POLL_LIBS) -Wl,--subsystem,unixlib
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
protocol.c \
|
|
socket.c \
|
|
unixlib.c
|
|
|
|
RC_SRCS = version.rc
|