projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implement A->W call for GetNamedSecurityInfo.
[wine]
/
dlls
/
msacm
/
Makefile.in
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
EXTRALIBS = $(LIBUNICODE)
9
10
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
11
12
C_SRCS = \
13
driver.c \
14
filter.c \
15
format.c \
16
internal.c \
17
msacm32_main.c \
18
pcmconverter.c \
19
stream.c
20
21
C_SRCS16 = \
22
msacm_main.c
23
24
RC_SRCS = msacm.rc
25
26
SUBDIRS = tests
27
28
@MAKE_DLL_RULES@
29
30
### Dependencies: