mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 17:56:51 +00:00
11 lines
153 B
Makefile
11 lines
153 B
Makefile
MODULE = winealsa.drv
|
|
IMPORTS = uuid ole32 advapi32
|
|
DELAYIMPORTS = winmm
|
|
EXTRALIBS = @ALSALIBS@
|
|
|
|
C_SRCS = \
|
|
midi.c \
|
|
mmdevdrv.c
|
|
|
|
@MAKE_DLL_RULES@
|