Sweden-Number/dlls/dinput/Makefile.in

25 lines
408 B
Makefile
Raw Normal View History

MODULE = dinput.dll
IMPORTLIB = dinput
IMPORTS = dxguid uuid ole32 user32 advapi32
2009-03-10 20:59:20 +01:00
EXTRALIBS = @CARBONLIB@ @IOKITLIB@
2001-10-18 23:31:14 +02:00
2000-03-17 17:58:10 +01:00
C_SRCS = \
data_formats.c \
device.c \
dinput_main.c \
effect_linuxinput.c \
joystick.c \
joystick_linux.c \
joystick_linuxinput.c \
2009-03-10 20:59:20 +01:00
joystick_osx.c \
keyboard.c \
mouse.c
IMPLIB_SRCS = data_formats.c
IDL_R_SRCS = dinput_classes.idl
2003-01-13 21:41:18 +01:00
RC_SRCS = version.rc
2000-03-17 17:58:10 +01:00
@MAKE_DLL_RULES@