Sweden-Number/dlls/dinput/tests/Makefile.in

13 lines
260 B
Makefile

TESTDLL = dinput.dll
IMPORTS = dinput ole32 version user32
EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS
C_SRCS = \
device.c \
dinput.c \
joystick.c \
keyboard.c \
mouse.c
@MAKE_TEST_RULES@