Added rules for building import libraries in the individual dll
[wine.git] / dlls / dsound / Makefile.in
blob3582783f8693b684c2d8f3b3f5d13b89d08fa509
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dsound.dll
6 IMPORTLIB = libdsound.$(IMPLIBEXT)
7 IMPORTS = winmm ole32 user32 advapi32 kernel32 ntdll
8 EXTRALIBS = -ldxguid -luuid
10 C_SRCS = \
11 buffer.c \
12 capture.c \
13 dsound.c \
14 dsound_main.c \
15 mixer.c \
16 primary.c \
17 propset.c \
18 regsvr.c \
19 sound3d.c
21 RC_SRCS = version.rc
23 SUBDIRS = tests
25 @MAKE_DLL_RULES@
27 ### Dependencies: