repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
d2d1: Create feature level 10.0 device context state objects.
[wine.git]
/
dlls
/
winebus.sys
/
Makefile.in
blob
d9ea33d267d73681938940c932206d819fdd806d
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
)
6
7
EXTRADLLFLAGS
= -
Wl
,--
subsystem
,
native
8
9
C_SRCS
=
\
10
bus_iohid.c \
11
bus_sdl.c \
12
bus_udev.c \
13
hid.c \
14
main.c \
15
unixlib.c
16
17
RC_SRCS
=
winebus.rc