mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
16 lines
186 B
Makefile
16 lines
186 B
Makefile
TESTDLL = winmm.dll
|
|
IMPORTS = winmm user32 advapi32
|
|
|
|
C_SRCS = \
|
|
capture.c \
|
|
generated.c \
|
|
mci.c \
|
|
mcicda.c \
|
|
midi.c \
|
|
mixer.c \
|
|
mmio.c \
|
|
timer.c \
|
|
wave.c
|
|
|
|
@MAKE_TEST_RULES@
|