mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
MODULE = xinput1_3.dll
|
|
IMPORTLIB = xinput
|
|
IMPORTS = hid setupapi advapi32 user32
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
version.rc
|