mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
21 lines
361 B
Makefile
21 lines
361 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.c \
|
|
dinput_main.c \
|
|
joystick_hid.c \
|
|
keyboard.c \
|
|
mouse.c
|
|
|
|
IDL_SRCS = dinput_classes.idl
|
|
|
|
RC_SRCS = \
|
|
dinput.rc \
|
|
version.rc
|