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

15 lines
240 B
Makefile
Raw Normal View History

2005-05-11 12:05:17 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = dinput.dll
IMPORTS = dinput ole32 version user32 kernel32
2005-05-11 12:05:17 +00:00
C_SRCS = \
device.c \
2005-05-11 12:05:17 +00:00
joystick.c \
keyboard.c \
mouse.c
@MAKE_TEST_RULES@