urlmon: Implemented CreateUriWithFragment.
[wine/multimedia.git] / dlls / dinput / Makefile.in
blobea118f0bb79674716c0dd4bfed13cbbdc16200aa
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dinput.dll
6 IMPORTLIB = dinput
7 IMPORTS = dxguid uuid ole32 user32 advapi32
8 EXTRALIBS = @CARBONLIB@ @IOKITLIB@
10 C_SRCS = \
11 data_formats.c \
12 device.c \
13 dinput_main.c \
14 effect_linuxinput.c \
15 joystick.c \
16 joystick_linux.c \
17 joystick_linuxinput.c \
18 joystick_osx.c \
19 keyboard.c \
20 mouse.c \
21 regsvr.c
23 IMPLIB_SRCS = data_formats.c
25 RC_SRCS = version.rc
27 @MAKE_DLL_RULES@