20 lines
439 B
Makefile
20 lines
439 B
Makefile
TESTDLL = dinput.dll
|
|
IMPORTS = dinput dinput8 ole32 version user32 advapi32 hid uuid crypt32 newdev setupapi wintrust winmm
|
|
|
|
driver_hid_IMPORTS = winecrt0 ntoskrnl hal hidclass
|
|
driver_hid_EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -Wl,--subsystem,native
|
|
|
|
SOURCES = \
|
|
device.c \
|
|
device8.c \
|
|
dinput.c \
|
|
driver_hid.c \
|
|
driver_hid.spec \
|
|
force_feedback.c \
|
|
hid.c \
|
|
hotplug.c \
|
|
joystick.c \
|
|
joystick8.c \
|
|
keyboard.c \
|
|
mouse.c
|