d3d8: Render state additions.
[wine/multimedia.git] / dlls / dinput / Makefile.in
blobdaf0fe0de84a05280de6d91b77e5f52d03a5d2a2
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dinput.dll
6 IMPORTLIB = libdinput.$(IMPLIBEXT)
7 IMPORTS = ole32 user32 advapi32 kernel32
8 EXTRALIBS = -ldxguid -luuid
10 C_SRCS = \
11 data_formats.c \
12 device.c \
13 dinput_main.c \
14 effect_linuxinput.c \
15 joystick_linux.c \
16 joystick_linuxinput.c \
17 keyboard.c \
18 mouse.c \
19 regsvr.c
21 IMPLIB_SRCS = data_formats.c
23 RC_SRCS = version.rc
25 SUBDIRS = tests
27 @MAKE_DLL_RULES@
29 ### Dependencies: