mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
b459952144
ALTNAMES variable.
29 lines
414 B
Makefile
29 lines
414 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msacm32.dll
|
|
IMPORTS = winmm user32 advapi32 kernel32
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
C_SRCS = \
|
|
driver.c \
|
|
filter.c \
|
|
format.c \
|
|
internal.c \
|
|
msacm32_main.c \
|
|
pcmconverter.c \
|
|
stream.c
|
|
|
|
C_SRCS16 = \
|
|
msacm_main.c
|
|
|
|
SPEC_SRCS16 = msacm.spec
|
|
|
|
RC_SRCS = msacm.rc
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|