mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
140d8cd909
A few driver handling fixes.
26 lines
358 B
Makefile
26 lines
358 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msacm32
|
|
SOVERSION = 1.0
|
|
ALTNAMES = msacm
|
|
IMPORTS = winmm user32 kernel32
|
|
|
|
C_SRCS = \
|
|
driver.c \
|
|
filter.c \
|
|
format.c \
|
|
internal.c \
|
|
msacm32_main.c \
|
|
msacm_main.c \
|
|
pcmconverter.c \
|
|
stream.c
|
|
|
|
RC_SRCS = \
|
|
msacm.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|