mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 02:18:51 +00:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
MODULE = winejack.drv
|
|
IMPORTS = dxguid uuid winmm user32
|
|
|
|
C_SRCS = \
|
|
audio.c \
|
|
jack.c
|
|
|
|
@MAKE_DLL_RULES@
|