mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 21:32:01 +00:00
18 lines
240 B
Makefile
18 lines
240 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = winmm.dll
|
|
IMPORTS = winmm kernel32
|
|
|
|
CTESTS = \
|
|
capture.c \
|
|
mixer.c \
|
|
mmio.c \
|
|
timer.c \
|
|
wave.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|