mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 21:36:20 +00:00
12 lines
189 B
Makefile
12 lines
189 B
Makefile
MODULE = winecoreaudio.drv
|
|
IMPORTS = uuid ole32 user32
|
|
DELAYIMPORTS = winmm
|
|
EXTRALIBS = $(COREAUDIO_LIBS)
|
|
|
|
C_SRCS = \
|
|
audiounit.c \
|
|
coreaudio.c \
|
|
coremidi.c \
|
|
midi.c \
|
|
mmdevdrv.c
|