mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
11 lines
164 B
Makefile
11 lines
164 B
Makefile
MODULE = dinput8.dll
|
|
IMPORTLIB = dinput8
|
|
IMPORTS = uuid dxguid dinput ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
dinput8_main.c
|
|
|
|
IDL_SRCS = dinput8.idl
|
|
|
|
RC_SRCS = version.rc
|