projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ole32: Only fail on missing Implemented Categories key if we actually have categories...
[wine]
/
dlls
/
dinput
/
Makefile.in
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@