projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winex11: Add a trace in ExtEscape to make wgl problems easier to diagnose.
[wine]
/
dlls
/
winecoreaudio.drv
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winecoreaudio.drv
6
IMPORTS = uuid winmm user32 kernel32
7
EXTRALIBS = @COREAUDIO@
8
9
C_SRCS = \
10
audio.c \
11
audiounit.c \
12
coreaudio.c \
13
coremidi.c \
14
midi.c \
15
mixer.c
16
17
@MAKE_DLL_RULES@
18
19
@DEPENDENCIES@ # everything below this line is overwritten by make depend