projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Cleanup reference counting.
[wine]
/
dlls
/
dsound
/
Makefile.in
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
8
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
19
20
RC_SRCS = version.rc
21
22
SUBDIRS = tests
23
24
@MAKE_DLL_RULES@
25
26
### Dependencies: