mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
4a56c41462
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
193 B
Makefile
12 lines
193 B
Makefile
MODULE = ws2_32.dll
|
|
UNIXLIB = ws2_32.so
|
|
IMPORTLIB = ws2_32
|
|
DELAYIMPORTS = dnsapi advapi32 iphlpapi user32
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
protocol.c \
|
|
socket.c \
|
|
unixlib.c
|
|
|
|
RC_SRCS = version.rc
|