mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 02:46:32 +00:00
f793d17ccc
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
129 B
Makefile
8 lines
129 B
Makefile
MODULE = netio.sys
|
|
IMPORTLIB = netio
|
|
IMPORTS = ntoskrnl ws2_32
|
|
|
|
EXTRADLLFLAGS = -Wl,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
netio.c
|