mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
a17f55f287
Needed to compile Tera Term.
13 lines
205 B
Makefile
13 lines
205 B
Makefile
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
|