repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use iphlpapi to implement SIO_GET_INTERFACE_LIST in WSAIoctl, and
[wine.git]
/
dlls
/
msacm
/
Makefile.in
blob
927c7d3cf87f277ad8eaae8a195402e9fc4d6608
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
msacm32.dll
6
IMPORTS
=
winmm user32 advapi32 kernel32
7
ALTNAMES
=
msacm.dll
8
9
LDDLLFLAGS
=
@LDDLLFLAGS@
10
SYMBOLFILE
= $(
MODULE
)
.tmp.o
11
12
SPEC_SRCS16
= $(
ALTNAMES
:
.dll
=
.spec
)
13
14
C_SRCS
=
\
15
driver.c \
16
filter
.c \
17
format.c \
18
internal.c \
19
msacm32_main.c \
20
pcmconverter.c \
21
stream.c
22
23
C_SRCS16
=
\
24
msacm_main.c
25
26
RC_SRCS
=
msacm.rc
27
28
@MAKE_DLL_RULES@
29
30
### Dependencies: