user32: Fix SPI_SETMOUSESPEED handling, the parameter is not a pointer.
[wine/wine64.git] / dlls / dsound / Makefile.in
blobbbac7f905f493612c7f038dffd423d45f9acf265
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dsound.dll
6 IMPORTLIB = dsound
7 IMPORTS = dxguid uuid winmm ole32 advapi32 kernel32 ntdll
9 C_SRCS = \
10 buffer.c \
11 capture.c \
12 dsound.c \
13 dsound_convert.c \
14 dsound_main.c \
15 duplex.c \
16 mixer.c \
17 primary.c \
18 propset.c \
19 regsvr.c \
20 sound3d.c
22 RC_SRCS = version.rc
24 @MAKE_DLL_RULES@
26 @DEPENDENCIES@ # everything below this line is overwritten by make depend