Makefile.in 189 Bytes
Newer Older
1 2 3 4
MODULE    = wineusb.sys
IMPORTS   = ntoskrnl
EXTRALIBS = $(USB_LIBS)
EXTRAINCL = $(USB_CFLAGS)
5 6

EXTRADLLFLAGS = -Wl,--subsystem,native -mcygwin
7 8 9

C_SRCS = \
	wineusb.c
10 11

RC_SRCS = wineusb.rc