d2d1: Create feature level 10.0 device context state objects.
[wine.git] / dlls / winebus.sys / Makefile.in
blobd9ea33d267d73681938940c932206d819fdd806d
1 MODULE = winebus.sys
2 UNIXLIB = winebus.so
3 IMPORTS = ntoskrnl hidparse
4 EXTRALIBS = $(IOKIT_LIBS) $(UDEV_LIBS) $(PTHREAD_LIBS) $(INOTIFY_LIBS)
5 EXTRAINCL = $(UDEV_CFLAGS) $(SDL2_CFLAGS)
7 EXTRADLLFLAGS = -Wl,--subsystem,native
9 C_SRCS = \
10 bus_iohid.c \
11 bus_sdl.c \
12 bus_udev.c \
13 hid.c \
14 main.c \
15 unixlib.c
17 RC_SRCS = winebus.rc