projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
version: Fix typo in comment.
[wine]
/
dlls
/
wineesd.drv
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wineesd.drv
6
IMPORTS = dxguid uuid winmm user32 kernel32
7
EXTRAINCL = @ESDINCL@
8
EXTRALIBS = @ESDLIBS@
9
10
C_SRCS = \
11
audio.c \
12
esound.c
13
14
@MAKE_DLL_RULES@