mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
4e04446c9b
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
22 lines
366 B
Makefile
22 lines
366 B
Makefile
MODULE = windows.gaming.input.dll
|
|
IMPORTS = combase uuid user32 dinput8 setupapi hid
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
condition_effect.c \
|
|
constant_effect.c \
|
|
controller.c \
|
|
event_handlers.c \
|
|
force_feedback.c \
|
|
gamepad.c \
|
|
main.c \
|
|
manager.c \
|
|
periodic_effect.c \
|
|
provider.c \
|
|
racing_wheel.c \
|
|
ramp_effect.c \
|
|
vector.c
|
|
|
|
IDL_SRCS = \
|
|
classes.idl \
|
|
provider.idl
|