wine/dlls/dinput/Makefile.in
Rémi Bernon 9f472f00d8 dinput: Fix printf warnings with long types.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-08 10:58:55 +01:00

21 lines
349 B
Makefile

MODULE = dinput.dll
IMPORTLIB = dinput
IMPORTS = dinput dxguid uuid comctl32 ole32 user32 advapi32 hid setupapi
EXTRADEFS = -DDIRECTINPUT_VERSION=0x0700
C_SRCS = \
ansi.c \
config.c \
data_formats.c \
device.c \
dinput_main.c \
joystick_hid.c \
keyboard.c \
mouse.c
IDL_SRCS = dinput_classes.idl
RC_SRCS = \
dinput.rc \
version.rc