mirror of
https://github.com/reactos/wine.git
synced 2025-03-04 10:47:49 +00:00
16 lines
269 B
Makefile
16 lines
269 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wineaudioio.drv
|
|
IMPORTS = winmm user32 kernel32 ntdll
|
|
EXTRALIBS = -ldxguid -luuid @AUDIOIOLIBS@
|
|
|
|
C_SRCS = \
|
|
audio.c \
|
|
audioio.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|