Makefile.in 179 Bytes
Newer Older
1 2 3 4 5 6 7 8
MODULE    = wineusb.sys
IMPORTS   = ntoskrnl
EXTRALIBS = $(USB_LIBS)
EXTRAINCL = $(USB_CFLAGS)
EXTRADLLFLAGS = -Wl,--subsystem,native

C_SRCS = \
	wineusb.c
9 10

RC_SRCS = wineusb.rc