Makefile.in 391 Bytes
Newer Older
1
MODULE    = dinput.dll
2
IMPORTLIB = dinput
3
IMPORTS   = dxguid uuid comctl32 ole32 user32 advapi32
4
EXTRALIBS = $(IOKIT_LIBS) $(FORCEFEEDBACK_LIBS)
5

6
C_SRCS = \
7
	config.c \
8
	data_formats.c \
Lionel Ulmer's avatar
Lionel Ulmer committed
9 10
	device.c \
	dinput_main.c \
11
	effect_linuxinput.c \
12
	joystick.c \
13 14
	joystick_linux.c \
	joystick_linuxinput.c \
15
	joystick_osx.c \
16
	keyboard.c \
17
	mouse.c
Lionel Ulmer's avatar
Lionel Ulmer committed
18

19
IDL_SRCS = dinput_classes.idl
20

21
RC_SRCS = dinput.rc