projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Fix NULL dereference in generator function.
[wine]
/
dlls
/
msacm32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = msacm32.dll
6
IMPORTLIB = libmsacm32.$(IMPLIBEXT)
7
IMPORTS = winmm user32 advapi32 kernel32
8
EXTRALIBS = $(LIBUNICODE)
9
10
C_SRCS = \
11
driver.c \
12
filter.c \
13
format.c \
14
internal.c \
15
msacm32_main.c \
16
pcmconverter.c \
17
stream.c
18
19
C_SRCS16 = \
20
msacm_main.c
21
22
SPEC_SRCS16 = msacm.spec
23
24
RC_SRCS = msacm.rc
25
26
SUBDIRS = tests
27
28
@MAKE_DLL_RULES@
29
30
### Dependencies: