tests: Compile the tests by default with -D__WINESRC__.
[wine/multimedia.git] / dlls / dinput / tests / Makefile.in
blobcb2c1ec25def6c43074889beb91027fcd6ab11f0
1 TESTDLL = dinput.dll
2 IMPORTS = dinput ole32 version user32
3 EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS
5 C_SRCS = \
6 device.c \
7 dinput.c \
8 joystick.c \
9 keyboard.c \
10 mouse.c
12 @MAKE_TEST_RULES@