Sweden-Number/dlls/dinput/Makefile.in

30 lines
482 B
Makefile
Raw Normal View History

2000-03-17 17:58:10 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dinput.dll
IMPORTLIB = libdinput.$(IMPLIBEXT)
2004-04-06 22:09:45 +02:00
IMPORTS = ole32 user32 advapi32 kernel32
EXTRALIBS = -ldxguid -luuid
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_linux.c \
joystick_linuxinput.c \
keyboard.c \
2004-04-06 22:09:45 +02:00
mouse.c \
regsvr.c
IMPLIB_SRCS = data_formats.c
2003-01-13 21:41:18 +01:00
RC_SRCS = version.rc
2005-05-11 14:05:17 +02:00
SUBDIRS = tests
2000-03-17 17:58:10 +01:00
@MAKE_DLL_RULES@
### Dependencies: