wine-wine/dlls/dinput/Makefile.in

23 lines
359 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
2004-04-06 20:09:45 +00:00
IMPORTS = ole32 user32 advapi32 kernel32
EXTRALIBS = -ldxguid -luuid
2001-10-18 21:31:14 +00:00
2000-03-17 16:58:10 +00:00
C_SRCS = \
device.c \
dinput_main.c \
joystick_linux.c \
joystick_linuxinput.c \
keyboard.c \
2004-04-06 20:09:45 +00:00
mouse.c \
regsvr.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: