9 lines
100 B
Makefile
9 lines
100 B
Makefile
|
MODULE = xinput9_1_0.dll
|
||
|
|
||
|
C_SRCS = \
|
||
|
xinput9_1_0_main.c
|
||
|
|
||
|
RC_SRCS = version.rc
|
||
|
|
||
|
@MAKE_DLL_RULES@
|