wine-wine/dlls/dinput/Makefile.in

33 lines
504 B
Makefile
Raw Normal View History

MODULE = dinput.dll
IMPORTLIB = dinput
2011-09-01 18:34:35 +00:00
IMPORTS = dxguid uuid comctl32 ole32 user32 advapi32
EXTRALIBS = @IOKITLIB@
2001-10-18 21:31:14 +00:00
2000-03-17 16:58:10 +00:00
C_SRCS = \
2011-09-01 18:34:35 +00:00
config.c \
data_formats.c \
device.c \
dinput_main.c \
effect_linuxinput.c \
joystick.c \
joystick_linux.c \
joystick_linuxinput.c \
2009-03-10 19:59:20 +00:00
joystick_osx.c \
keyboard.c \
mouse.c
IMPLIB_SRCS = data_formats.c
IDL_R_SRCS = dinput_classes.idl
2011-09-01 18:34:35 +00:00
PO_SRCS = dinput.rc
RC_SRCS = \
dinput.rc \
2011-09-09 02:00:30 +00:00
dinput_En.rc \
2011-10-15 13:18:39 +00:00
dinput_It.rc \
2011-10-21 15:39:13 +00:00
dinput_Ko.rc \
dinput_Lt.rc
2003-01-13 20:41:18 +00:00
2000-03-17 16:58:10 +00:00
@MAKE_DLL_RULES@