mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
15 lines
222 B
Makefile
15 lines
222 B
Makefile
MODULE = nsiproxy.sys
|
|
UNIXLIB = nsiproxy.so
|
|
IMPORTS = ntoskrnl
|
|
UNIX_LIBS = $(PROCSTAT_LIBS)
|
|
|
|
EXTRADLLFLAGS = -Wl,--subsystem,native
|
|
|
|
SOURCES = \
|
|
device.c \
|
|
icmp_echo.c \
|
|
ip.c \
|
|
ndis.c \
|
|
nsi.c \
|
|
tcp.c \
|
|
udp.c
|