mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
9 lines
119 B
Makefile
9 lines
119 B
Makefile
TESTDLL = dinput8.dll
|
|
IMPORTS = dinput8 ole32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
device.c \
|
|
dinput.c
|
|
|
|
@MAKE_TEST_RULES@
|