dsound: Nuke old implementation
[wine/multimedia.git] / dlls / dsound / Makefile.in
blob77e19d095196d97a6667c975ede1608b86f40bc5
1 MODULE = dsound.dll
2 IMPORTLIB = dsound
3 IMPORTS = dxguid uuid winmm ole32 advapi32 user32
4 EXTRALIBS = @FRAMEWORK_OPENAL@
6 C_SRCS = \
7 capture.c \
8 dsound.c \
9 dsound_main.c \
10 duplex.c \
11 propset.c
13 IDL_R_SRCS = dsound_classes.idl
15 RC_SRCS = version.rc
17 @MAKE_DLL_RULES@