mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
15 lines
199 B
Makefile
15 lines
199 B
Makefile
TESTDLL = winmm.dll
|
|
IMPORTS = winmm ole32 user32 advapi32
|
|
|
|
SOURCES = \
|
|
capture.c \
|
|
generated.c \
|
|
joystick.c \
|
|
mci.c \
|
|
mcicda.c \
|
|
midi.c \
|
|
mixer.c \
|
|
mmio.c \
|
|
rsrc.rc \
|
|
timer.c \
|
|
wave.c
|