mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
10 lines
115 B
Makefile
10 lines
115 B
Makefile
MODULE = xinput1_3.dll
|
|
IMPORTLIB = xinput
|
|
|
|
C_SRCS = \
|
|
xinput1_3_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|