mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
e2b882aced
Added object properties for more than one object. Added error checks for acquired. Default to using c_dfDIJoystick2 data format. Try to use user supplied data formats (only works if same as one of the defaults). Code cleanup, error checking and tracing added. Added support for up to 8 axis.
24 lines
377 B
Makefile
24 lines
377 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dinput.dll
|
|
IMPORTS = ole32 user32 advapi32 kernel32
|
|
EXTRALIBS = -ldxguid -luuid
|
|
|
|
C_SRCS = \
|
|
data_formats.c \
|
|
device.c \
|
|
dinput_main.c \
|
|
joystick_linux.c \
|
|
joystick_linuxinput.c \
|
|
keyboard.c \
|
|
mouse.c \
|
|
regsvr.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|