wine/dlls/dinput/tests/Makefile.in
2011-07-06 11:13:31 +02:00

12 lines
155 B
Makefile

TESTDLL = dinput.dll
IMPORTS = dinput ole32 version user32
C_SRCS = \
device.c \
dinput.c \
joystick.c \
keyboard.c \
mouse.c
@MAKE_TEST_RULES@