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
wined3d: Remove the swapchain parameter from fb_copy_to_texture_hwstretch in order...
[wine.git]
/
dlls
/
dinput
/
Makefile.in
blob
c84a44aff22aafa3275e3d71c19bc376e22e0c95
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
EXTRALIBS
=
@CARBONLIB@ @IOKITLIB@
9
10
C_SRCS
=
\
11
data_formats.c \
12
device.c \
13
dinput_main.c \
14
effect_linuxinput.c \
15
joystick.c \
16
joystick_linux.c \
17
joystick_linuxinput.c \
18
joystick_osx.c \
19
keyboard.c \
20
mouse.c \
21
regsvr.c
22
23
IMPLIB_SRCS
=
data_formats.c
24
25
RC_SRCS
=
version.rc
26
27
@MAKE_DLL_RULES@