dsound: Add openal support
[wine/multimedia.git] / dlls / dsound / Makefile.in
bloba09b3b2e851b7eb1eb2b024c95ca8ecaef0d83c2
1 MODULE = dsound.dll
2 IMPORTLIB = dsound
3 IMPORTS = dxguid uuid winmm ole32 advapi32 user32
4 EXTRALIBS = @FRAMEWORK_OPENAL@
6 C_SRCS = \
7 buffer.c \
8 capture.c \
9 dsound.c \
10 dsound_convert.c \
11 dsound_main.c \
12 duplex.c \
13 mixer.c \
14 primary.c \
15 propset.c \
16 sound3d.c
18 IDL_R_SRCS = dsound_classes.idl
20 RC_SRCS = version.rc
22 @MAKE_DLL_RULES@