projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
programs: Standardize the About menus.
[wine]
/
dlls
/
mmdevapi
/
Makefile.in
1
MODULE = mmdevapi.dll
2
IMPORTS = uuid ole32 oleaut32 user32 advapi32
3
EXTRALIBS = @FRAMEWORK_OPENAL@
4
5
C_SRCS = \
6
audio.c \
7
audiovolume.c \
8
devenum.c \
9
main.c
10
11
IDL_R_SRCS = mmdevapi_classes.idl
12
13
@MAKE_DLL_RULES@