mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
9 lines
137 B
Makefile
9 lines
137 B
Makefile
MODULE = winealsa.drv
|
|
IMPORTS = uuid ole32 advapi32
|
|
DELAYIMPORTS = winmm
|
|
EXTRALIBS = $(ALSA_LIBS)
|
|
|
|
C_SRCS = \
|
|
midi.c \
|
|
mmdevdrv.c
|