projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Set the edition mode as a specific attribute, not an extension of the
[wine]
/
dlls
/
dinput
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dinput.dll
6
IMPORTS = user32 kernel32
7
EXTRALIBS = $(LIBUUID)
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
device.c \
14
dinput_main.c \
15
joystick/linux.c \
16
joystick/linuxinput.c \
17
keyboard/main.c \
18
mouse/main.c
19
20
EXTRASUBDIRS = \
21
joystick \
22
keyboard \
23
mouse
24
25
@MAKE_DLL_RULES@
26
27
### Dependencies:
28