mirror of
https://github.com/reactos/wine.git
synced 2025-02-25 07:22:28 +00:00
11 lines
156 B
Makefile
11 lines
156 B
Makefile
MODULE = wineesd.drv
|
|
IMPORTS = dxguid uuid winmm user32
|
|
EXTRAINCL = @ESDINCL@
|
|
EXTRALIBS = @ESDLIBS@
|
|
|
|
C_SRCS = \
|
|
audio.c \
|
|
esound.c
|
|
|
|
@MAKE_DLL_RULES@
|