projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- reorganized DInput DLL
[wine]
/
dlls
/
dinput
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dinput
6
SOVERSION = 1.0
7
IMPORTS = user32 kernel32 ntdll
8
9
C_SRCS = \
10
device.c \
11
dinput_main.c \
12
joystick/linux.c \
13
keyboard/main.c \
14
mouse/main.c
15
16
EXTRASUBDIRS = \
17
joystick \
18
keyboard \
19
mouse
20
21
@MAKE_DLL_RULES@
22
23
### Dependencies:
24