mirror of
https://github.com/reactos/wine.git
synced 2025-02-25 15:33:47 +00:00
10 lines
136 B
Makefile
10 lines
136 B
Makefile
TESTDLL = dinput.dll
|
|
IMPORTS = dinput ole32 version user32
|
|
|
|
C_SRCS = \
|
|
device.c \
|
|
dinput.c \
|
|
joystick.c \
|
|
keyboard.c \
|
|
mouse.c
|