8 lines
97 B
Makefile
8 lines
97 B
Makefile
|
MODULE = xinput1_3.dll
|
||
|
IMPORTLIB = xinput
|
||
|
|
||
|
C_SRCS = \
|
||
|
xinput1_3_main.c
|
||
|
|
||
|
RC_SRCS = version.rc
|