mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 22:05:55 +00:00
8 lines
101 B
Makefile
8 lines
101 B
Makefile
MODULE = winejack.drv
|
|
IMPORTS = dxguid uuid winmm user32
|
|
|
|
C_SRCS = \
|
|
audio.c
|
|
|
|
@MAKE_DLL_RULES@
|