mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
12 lines
183 B
Makefile
12 lines
183 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msacm32.drv
|
|
IMPORTS = msacm32 winmm user32
|
|
|
|
C_SRCS = \
|
|
wavemap.c
|
|
|
|
@MAKE_DLL_RULES@
|