mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
de6db11543
Signed-off-by: Isabella Bosia <ibosia@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 lines
131 B
Makefile
6 lines
131 B
Makefile
MODULE = ndis.sys
|
|
IMPORTS = advapi32 ntoskrnl iphlpapi
|
|
EXTRADLLFLAGS = -Wl,--subsystem,native -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
main.c
|