wine/dlls/dinput/Makefile.in
Lionel Ulmer 6301e94e53 - reorganized DInput DLL
- added stubbing for DInput 7a
- 'fixed' the mouse problem in Fallout
2000-11-05 20:25:02 +00:00

25 lines
335 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dinput
SOVERSION = 1.0
IMPORTS = user32 kernel32 ntdll
C_SRCS = \
device.c \
dinput_main.c \
joystick/linux.c \
keyboard/main.c \
mouse/main.c
EXTRASUBDIRS = \
joystick \
keyboard \
mouse
@MAKE_DLL_RULES@
### Dependencies: