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
msvcp90: Use streambuf sgetc/snextc in std::getline(istream<> &).
[wine.git]
/
dlls
/
dinput
/
Makefile.in
blob
1be48c4151cac499a879c465d10bf47f94cfe70a
1
MODULE
=
dinput.dll
2
IMPORTLIB
=
dinput
3
IMPORTS
=
dxguid uuid comctl32 ole32 user32 advapi32
4
EXTRALIBS
=
@IOKITLIB@
5
6
C_SRCS
=
\
7
config.c \
8
data_formats.c \
9
device.c \
10
dinput_main.c \
11
effect_linuxinput.c \
12
joystick.c \
13
joystick_linux.c \
14
joystick_linuxinput.c \
15
joystick_osx.c \
16
keyboard.c \
17
mouse.c
18
19
IMPLIB_SRCS
=
data_formats.c
20
21
IDL_R_SRCS
=
dinput_classes.idl
22
23
RC_SRCS
=
dinput.rc
24
PO_SRCS
=
dinput.rc
25
26
@MAKE_DLL_RULES@