8 lines
97 B
Makefile
8 lines
97 B
Makefile
|
TESTDLL = dinput8.dll
|
||
|
IMPORTS = dinput ole32 user32
|
||
|
|
||
|
C_SRCS = \
|
||
|
device.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|