mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
c074966b9d
ntoskrnl.exe handles this now. Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
11 lines
236 B
Makefile
11 lines
236 B
Makefile
MODULE = winebus.sys
|
|
IMPORTS = ntoskrnl advapi32
|
|
EXTRALIBS = $(IOKIT_LIBS) $(UDEV_LIBS)
|
|
EXTRAINCL = $(UDEV_CFLAGS) $(SDL2_CFLAGS)
|
|
EXTRADLLFLAGS = -Wl,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
bus_iohid.c \
|
|
bus_sdl.c \
|
|
bus_udev.c \
|
|
main.c
|