mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
MODULE = winealsa.drv
|
|
IMPORTS = uuid ole32
|
|
DELAYIMPORTS = winmm
|
|
EXTRALIBS = @ALSALIBS@
|
|
|
|
C_SRCS = \
|
|
midi.c \
|
|
mmdevdrv.c
|
|
|
|
@MAKE_DLL_RULES@
|