wine/dlls/nsiproxy.sys/Makefile.in
Alexandre Julliard 194e09baec makefiles: Add separate variables for Unix flags and libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-06-29 23:23:41 +02:00

16 lines
221 B
Makefile

MODULE = nsiproxy.sys
UNIXLIB = nsiproxy.so
IMPORTS = ntoskrnl
UNIX_LIBS = $(PROCSTAT_LIBS)
EXTRADLLFLAGS = -Wl,--subsystem,native
C_SRCS = \
device.c \
icmp_echo.c \
ip.c \
ndis.c \
nsi.c \
tcp.c \
udp.c