projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Make RtlCreateUserThread fail if process handle is not for the current
[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
EXTRALIBS = $(LIBUNICODE)
8
9
C_SRCS = \
10
driver.c \
11
filter.c \
12
format.c \
13
internal.c \
14
msacm32_main.c \
15
pcmconverter.c \
16
stream.c
17
18
C_SRCS16 = \
19
msacm_main.c
20
21
SPEC_SRCS16 = msacm.spec
22
23
RC_SRCS = msacm.rc
24
25
SUBDIRS = tests
26
27
@MAKE_DLL_RULES@
28
29
### Dependencies: