mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02: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
|