Avoid copying invalid data on error.
[wine/wine-kai.git] / dlls / dsound / Makefile.in
blobbc39dca02630d9216cd99829fe48988ff9c00dbd
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dsound.dll
6 IMPORTS = winmm ole32 user32 advapi32 kernel32 ntdll
7 EXTRALIBS = -ldxguid -luuid
9 C_SRCS = \
10 buffer.c \
11 capture.c \
12 dsound.c \
13 dsound_main.c \
14 mixer.c \
15 primary.c \
16 propset.c \
17 regsvr.c \
18 sound3d.c
20 RC_SRCS = version.rc
22 SUBDIRS = tests
24 @MAKE_DLL_RULES@
26 ### Dependencies: