mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 21:36:20 +00:00
16 lines
177 B
Makefile
16 lines
177 B
Makefile
TESTDLL = winmm.dll
|
|
IMPORTS = winmm user32
|
|
|
|
C_SRCS = \
|
|
capture.c \
|
|
generated.c \
|
|
mci.c \
|
|
mcicda.c \
|
|
midi.c \
|
|
mixer.c \
|
|
mmio.c \
|
|
timer.c \
|
|
wave.c
|
|
|
|
@MAKE_TEST_RULES@
|