mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
19 lines
360 B
Makefile
19 lines
360 B
Makefile
MODULE = dinput8.dll
|
|
IMPORTLIB = dinput8
|
|
IMPORTS = dinput8 dxguid uuid comctl32 ole32 user32 advapi32 hid setupapi
|
|
EXTRADEFS = -DDIRECTINPUT_VERSION=0x0800
|
|
PARENTSRC = ../dinput
|
|
|
|
SOURCES = \
|
|
ansi.c \
|
|
config.c \
|
|
data_formats.c \
|
|
device.c \
|
|
dinput.c \
|
|
dinput.rc \
|
|
dinput8.idl \
|
|
dinput_main.c \
|
|
joystick_hid.c \
|
|
keyboard.c \
|
|
mouse.c \
|
|
version.rc
|