wine-wine/dlls/dinput/tests/Makefile.in

15 lines
240 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = dinput.dll
IMPORTS = dinput ole32 version user32 kernel32
C_SRCS = \
device.c \
joystick.c \
keyboard.c \
mouse.c
@MAKE_TEST_RULES@