Makefile.in 456 Bytes
Newer Older
1
MODULE    = dinput.dll
2
IMPORTLIB = dinput
3
IMPORTS   = dinput dxguid uuid comctl32 ole32 user32 advapi32
4
EXTRADEFS = -DDIRECTINPUT_VERSION=0x0700
5
EXTRALIBS = $(IOKIT_LIBS) $(FORCEFEEDBACK_LIBS)
6

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

20
IDL_SRCS = dinput_classes.idl
21

22 23 24
RC_SRCS = \
	dinput.rc \
	version.rc