projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed bug in TEXT_WordBreak that was variously throwing Lotus Notes
[wine]
/
dlls
/
dinput
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dinput.dll
6
EXTRALIBS = $(LIBUUID)
7
8
LDDLLFLAGS = @LDDLLFLAGS@
9
SYMBOLFILE = $(MODULE).tmp.o
10
11
C_SRCS = \
12
device.c \
13
dinput_main.c \
14
joystick/linux.c \
15
joystick/linuxinput.c \
16
keyboard/main.c \
17
mouse/main.c
18
19
EXTRASUBDIRS = \
20
joystick \
21
keyboard \
22
mouse
23
24
@MAKE_DLL_RULES@
25
26
### Dependencies:
27