mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
228 B
Makefile
14 lines
228 B
Makefile
EXTRADEFS = -D_WS2_32_
|
|
MODULE = ws2_32.dll
|
|
UNIXLIB = ws2_32.so
|
|
IMPORTLIB = ws2_32
|
|
DELAYIMPORTS = dnsapi advapi32 iphlpapi user32
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
inaddr.c \
|
|
protocol.c \
|
|
socket.c \
|
|
unixlib.c
|
|
|
|
RC_SRCS = version.rc
|