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
widl: Replace write_name() by get_name() to make the code more readable.
[wine.git]
/
dlls
/
dinput
/
Makefile.in
blob
49083e86357838f7318a24225c83c2564bc02b30
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
dinput.dll
6
IMPORTLIB
=
dinput
7
IMPORTS
=
dxguid uuid ole32 user32 advapi32 kernel32
8
9
C_SRCS
=
\
10
data_formats.c \
11
device.c \
12
dinput_main.c \
13
effect_linuxinput.c \
14
joystick_linux.c \
15
joystick_linuxinput.c \
16
keyboard.c \
17
mouse.c \
18
regsvr.c
19
20
IMPLIB_SRCS
=
data_formats.c
21
22
RC_SRCS
=
version.rc
23
24
@MAKE_DLL_RULES@
25
26
@DEPENDENCIES@
# everything below this line is overwritten by make depend