mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
9 lines
115 B
Makefile
9 lines
115 B
Makefile
MODULE = xinput1_3.dll
|
|
IMPORTLIB = xinput
|
|
|
|
C_SRCS = \
|
|
xinput1_3_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|