wine-wine/dlls/dinput/Makefile.in

27 lines
490 B
Makefile
Raw Normal View History

2000-03-17 16:58:10 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dinput.dll
IMPORTLIB = dinput
IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32
2001-10-18 21:31:14 +00:00
2000-03-17 16:58:10 +00:00
C_SRCS = \
data_formats.c \
device.c \
dinput_main.c \
effect_linuxinput.c \
joystick_linux.c \
joystick_linuxinput.c \
keyboard.c \
2004-04-06 20:09:45 +00:00
mouse.c \
regsvr.c
IMPLIB_SRCS = data_formats.c
2003-01-13 20:41:18 +00:00
RC_SRCS = version.rc
2000-03-17 16:58:10 +00:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend