makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dinput / tests / Makefile.in
1 TESTDLL   = dinput.dll
2 IMPORTS   = dinput ole32 version user32
3
4 C_SRCS = \
5         device.c \
6         joystick.c \
7         keyboard.c \
8         mouse.c
9
10 @MAKE_TEST_RULES@